@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
    #wrapper #page_content table .data table tr th {
        padding-top: 4px;
    }
} 