@media screen and (max-width: 1000px) {
input[type=checkbox] {
visibility: hidden!important;
}}
@media screen and (max-width: 1000px) {
ul.myli {
min-width : 95vw !important ;
width : 90vw !important ;
max-width : 97vw !important ;
}
div#ytWidget {
display : none !important ;
}
label.go.whited {
position: relative!important;
top: 0!important;
left: 0px!important;
height: 25px!important;
width: 25px!important;
float:right!important;
background-color: white;
border-radius: 5px!important;
opacity: 0.8!important;
}}
input:checked ~ label.go.whited {
        left: 0px!important;
        bottom: 0px!important;
        width: 21px!important;
        height: 21px!important;
        border: solid black!important;
background-color: blue!important;
        border-width: 2px 2px 2px 2px!important;
      }