/* Chrome hack
==========================================*/
@media screen and/*!*/(-webkit-min-device-pixel-ratio:0) {
    .chzn-container-single { top: 0;  }
    #newForm .chosen label { vertical-align: middle; }
    .go-back-btn.shift { top: -46px; }
    .discussion #contributions-control-panel .no-chosen { top: -2px; }
    .reviews #frm-grid-filterForm .row .actions { margin-top: 0; }
}
/* Firefox hack
==========================================*/
@-moz-document url-prefix() {
    .lang-sk .album #frm-grid-filterForm .row .actions,
    .lang-pl .album #frm-grid-filterForm .row .actions {
        margin-right:91px;
    }
    .lang-pl .periplus #frm-grid-filterForm .row .actions { margin-right: 87px; }
}
/* Opera hack
==========================================*/
@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {
    .col.theme .box #topDestinations.menu li { width: 44%; }
}
