You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

35 lines
911 B

body {
overflow: auto !important;
}
#main {
opacity: 1.0 !important;
-moz-transform: none !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
-moz-transition: none !important;
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !important;
-moz-filter: none !important;
-webkit-filter: none !important;
-ms-filter: none !important;
filter: none !important;
}
#main > .inner > section {
opacity: 1.0 !important;
-moz-transform: none !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
-moz-transition: none !important;
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !important;
-moz-filter: none !important;
-webkit-filter: none !important;
-ms-filter: none !important;
filter: none !important;
}