@charset "utf-8";
/*
*/
html, body {
margin-top: 0 !important;
overflow: hidden;
_overflow-y: hidden;
background: #FFF !important;
}
@media screen {
* {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
}
*+html body {
height: 100%;
overflow: hidden;
overflow-y: hidden !important;
}