/* start of desktop styles */

@media screen and (max-width: 480px) {
/* start of all mobile styles */
body, html{width:100%;padding:0; margin:0;}
h1{font-size:16px;}
#menubar{display:block;}
#heading{display:none;}
#eighty{display:block; float:none;width:100%;}
#twenty{display:block; float:none;width:100%;}
.greed:nth-of-type(2) {
    order: 1;
    width:100%;
    display:block;
  }
.greed:nth-of-type(1) {
    order: 2;
    width:100%;
     display:block;
  }
#toolbars-menu{display:none;}
#select{display:none; width:100%;}
.knock-subject{width:100%;}
#display-question{font-size:16px;}
.myquiz label{font-size:16px;}
.button-normal{padding:5px;font-size:12px;}
.button-save{padding:5px;font-size:12px; margin-top:5px;}
.twenty-one{width:35%;}
.sixty-sixty{width:30%;}
#twenty p, span, strong {font-size:14px;}
#twenty hr {margin:0px;}
.subject, .timebox{padding:2px 5px;}
.subbtn{padding:5px 10px; font-size:14px;}
}

@media screen and (max-width: 991px) {
/* start of large tablet styles */

}


@media screen and (max-width: 767px) {
/* start of medium tablet styles */

}

@media screen and (max-width: 479px) {
/* start of phone styles */

}