@media (-webkit-min-device-pixel-ratio:0)
{
    .i_ok_green {
        padding: 10px 0 3px 22px;

        background:transparent url(/images/icons/ok-green.png) no-repeat left center;
        }

    table.data3 {
        box-sizing: border-box;
        }
    table.data3 thead tr th{
        width: auto;
        }
    }
