Place your css in the following script and paste it into your CSS file.
@media screen and (-webkit-min-device-pixel-ratio:0) { your complete css style }
For example: @media screen and (-webkit-min-device-pixel-ratio:0) { container { margin-top: 120px;} }
Works like a charm.