﻿@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Some of the styles aren't looking prop'*/
    /*select, input[type="file"] { height: 30px; }*/
    ::i-block-chrome, select, input[type="file"] { -webkit-appearance:none; }
    ::i-block-chrome, .selectArrowDown { margin-left: -20px; float: none !important; }
}
