.maxbutton-1.maxbutton{
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-color: #0011ff;
  width: 270px;
  height: 55px;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 0 2px 0 #333;
  -moz-box-shadow: 0 0 2px 0 #333;
  box-shadow: 0 0 2px 0 #333;
}
.maxbutton-1.maxbutton:hover {
  border-color: #0a0202;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 0 #333;
  -moz-box-shadow: 0 0 2px 0 #333;
  box-shadow: 0 0 2px 0 #333;
}
.maxbutton-1.maxbutton .mb-text {
  color: #fff;
  font-family: Tahoma;
  font-size: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  padding-top: 18px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1em;
  box-sizing: border-box;
  display: block;
  background-color: unset;
}
.maxbutton-1.maxbutton:hover .mb-text {
  color: #0a0404;
}
.maxbutton-10-00-am{
  background-color: #bf4250;
}
.maxbutton-11-30-am{
  background-color: #170055;
}
.maxbutton-02-30-pm{
  background-color: #546430;
}
.maxbutton-04-30-pm{
  background-color: #bbe363;
}
.maxbutton-07-00-pm{
  background-color: #990707;
}
@media only screen and (min-width: 320px) and (max-width: 380px) {
.resultbox{
  margin: 0 auto;
  width: 100%;
}
.resultbox .r_header{
  float: none;
  height: 120px;
}
.resultbox .r_header .r_h_left{
  width: 20%;
  background-image: url('../images/logo3.jpg');
  background-size: 60px; 
  float: left;
  background-repeat: no-repeat;
  background-position: top;
  height: 120px;
}
.resultbox .r_header .r_h_title{
  margin: 0 auto;
  font-size: 11px;
  text-align: center;
  font-weight: bolder;
  width: 60%;
  float: left;
  height: 120px;
}
.resultbox .r_header .r_h_right{
  width: 20%;
  background-image: url('../images/logo3.jpg');
  background-size: 60px; 
  float: right;
  background-repeat: no-repeat;
  background-position: top;
  height: 120px;
}
.resultbox .r_body{
  border: 2px solid #000;
  padding: 5px;
  width: 96%;
  float: left;
}
.resultbox .r_body .topleft{
  text-align: left;
  width: 20%;
  float: left;
  font-weight: bold;
  font-size: 9px;
}
.resultbox .r_body .topright{
  text-align: right;
  width: 20%;
  float: right;
  font-weight: bold;
  font-size: 9px;
}
.resultbox .r_body .topmiddle{
  text-align: center;
  width: 60%;
  float: left;
  font-weight: bold;
  font-size: 9px;
}
.resultbox .r_body .mainprize{
  width: 85%;
  margin: 0 auto;
  background-color: #ff6600;
  height: 30px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  font-size: 12px;
}
.resultbox .r_body p{
  text-align: center;
  color: green;
  font-size: 8px;
  font-weight: bold;
  padding:0px; margin: 0px;
}
.resultbox .r_body table{
  border: none;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 9px;
}
.resultbox .r_body table tr td{
  padding:0px;
  margin: 0px;
}
.resultbox .r_body table tr td:first-child{
  width: 30%;
  text-align: right;
  padding-right: 10px;
}
}

@media only screen and (min-width: 380px) and (max-width: 396px) {
.resultbox{
  margin: 0 auto;
  width: 100%;
}
.resultbox .r_header{
  float: none;
  height: 120px;
}
.resultbox .r_header .r_h_left{
  width: 20%;
  background-image: url('../images/logo3.jpg');
  background-size: 65px; 
  float: left;
  background-repeat: no-repeat;
  background-position: top;
  height: 120px;
}
.resultbox .r_header .r_h_title{
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  font-weight: bolder;
  width: 60%;
  float: left;
  height: 120px;
}
.resultbox .r_header .r_h_right{
  width: 20%;
  background-image: url('../images/logo3.jpg');
  background-size: 65px; 
  float: right;
  background-repeat: no-repeat;
  background-position: top;
  height: 120px;
}
.resultbox .r_body{
  border: 2px solid #000;
  padding: 5px;
  width: 96%;
  float: left;
}
.resultbox .r_body .topleft{
  text-align: left;
  width: 20%;
  float: left;
  font-weight: bold;
  font-size: 10px;
}
.resultbox .r_body .topright{
  text-align: right;
  width: 20%;
  float: right;
  font-weight: bold;
  font-size: 10px;
}
.resultbox .r_body .topmiddle{
  text-align: center;
  width: 60%;
  float: left;
  font-weight: bold;
  font-size: 10px;
}
.resultbox .r_body .mainprize{
  width: 85%;
  margin: 0 auto;
  background-color: #ff6600;
  height: 30px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  font-size: 13px;
}
.resultbox .r_body p{
  text-align: center;
  color: green;
  font-size: 10px;
  font-weight: bold;
  padding:0px; margin: 0px;
}
.resultbox .r_body table{
  border: none;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 10px;
}
.resultbox .r_body table tr td{
  padding:0px;
  margin: 0px;
}
.resultbox .r_body table tr td:first-child{
  width: 30%;
  text-align: right;
  padding-right: 10px;
}
}

@media only screen and (min-width: 396px) and (max-width: 414px) {
.resultbox{
  margin: 0 auto;
  width: 100%;
}
.resultbox .r_header{
  float: none;
  height: 120px;
}
.resultbox .r_header .r_h_left{
  width: 20%;
  background-image: url('../images/logo3.jpg');
  background-size: 65px; 
  float: left;
  background-repeat: no-repeat;
  background-position: top;
  height: 120px;
}
.resultbox .r_header .r_h_title{
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  font-weight: bolder;
  width: 60%;
  float: left;
  height: 120px;
}
.resultbox .r_header .r_h_right{
  width: 20%;
  background-image: url('../images/logo3.jpg');
  background-size: 65px; 
  float: right;
  background-repeat: no-repeat;
  background-position: top;
  height: 120px;
}
.resultbox .r_body{
  border: 2px solid #000;
  padding: 5px;
  width: 96%;
  float: left;
}
.resultbox .r_body .topleft{
  text-align: left;
  width: 20%;
  float: left;
  font-weight: bold;
  font-size: 10px;
}
.resultbox .r_body .topright{
  text-align: right;
  width: 20%;
  float: right;
  font-weight: bold;
  font-size: 10px;
}
.resultbox .r_body .topmiddle{
  text-align: center;
  width: 60%;
  float: left;
  font-weight: bold;
  font-size: 10px;
}
.resultbox .r_body .mainprize{
  width: 85%;
  margin: 0 auto;
  background-color: #ff6600;
  height: 30px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  font-size: 13px;
}
.resultbox .r_body p{
  text-align: center;
  color: green;
  font-size: 10px;
  font-weight: bold;
  padding:0px; margin: 0px;
}
.resultbox .r_body table{
  border: none;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 11px;
}
.resultbox .r_body table tr td{
  padding:0px;
  margin: 0px;
}
.resultbox .r_body table tr td:first-child{
  width: 30%;
  text-align: right;
  padding-right: 10px;
}
}

@media only screen and (max-width: 480px) and (min-width: 414px){
.resultbox{
  margin: 0 auto;
  width: 100%;
}
.resultbox .r_header{
  float: none;
  height: 120px;
}
.resultbox .r_header .r_h_left{
  width: 20%;
  background-image: url('../images/logo3.jpg');
  background-size: 77px; 
  float: left;
  background-repeat: no-repeat;
  background-position: top;
  height: 120px;
}
.resultbox .r_header .r_h_title{
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  font-weight: bolder;
  width: 60%;
  float: left;
  height: 120px;
}
.resultbox .r_header .r_h_right{
  width: 20%;
  background-image: url('../images/logo3.jpg');
  background-size: 77px; 
  float: right;
  background-repeat: no-repeat;
  background-position: top;
  height: 120px;
}
.resultbox .r_body{
  border: 2px solid #000;
  padding: 5px;
  width: 96%;
  float: left;
}
.resultbox .r_body .topleft{
  text-align: left;
  width: 18%;
  float: left;
  font-weight: bold;
  font-size: 11px;
}
.resultbox .r_body .topright{
  text-align: right;
  width: 18%;
  float: right;
  font-weight: bold;
  font-size: 11px;
}
.resultbox .r_body .topmiddle{
  text-align: center;
  width: 64%;
  float: left;
  font-weight: bold;
  font-size: 11px;
}
.resultbox .r_body .mainprize{
  width: 85%;
  margin: 0 auto;
  background-color: #ff6600;
  height: 30px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  font-size: 15px;
}
.resultbox .r_body p{
  text-align: center;
  color: green;
  font-size: 10px;
  font-weight: bold;
  padding:0px; margin: 0px;
}
.resultbox .r_body table{
  border: none;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 11px;
}
.resultbox .r_body table tr td{
  padding:0px;
  margin: 0px;
}
.resultbox .r_body table tr td:first-child{
  width: 30%;
  text-align: right;
  padding-right: 10px;
}
}

@media only screen and (max-width: 620px) and (min-width: 481px){
.resultbox{
  margin: 0 auto;
  width: 100%;
}
.resultbox .r_header{
  float: none;
  height: 120px;
}
.resultbox .r_header .r_h_left{
  width: 20%;
  background-image: url('../images/logo3.jpg');
  background-size: 90px; 
  float: left;
  background-repeat: no-repeat;
  background-position: top;
  height: 120px;
}
.resultbox .r_header .r_h_title{
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  font-weight: bolder;
  width: 60%;
  float: left;
  height: 120px;
}
.resultbox .r_header .r_h_right{
  width: 20%;
  background-image: url('../images/logo3.jpg');
  background-size: 90px; 
  float: right;
  background-repeat: no-repeat;
  background-position: top;
  height: 120px;
}
.resultbox .r_body{
  border: 2px solid #000;
  padding: 5px;
  width: 96%;
  float: left;
}
.resultbox .r_body .topleft{
  text-align: left;
  width: 18%;
  float: left;
  font-weight: bold;
  font-size: 13px;
}
.resultbox .r_body .topright{
  text-align: right;
  width: 18%;
  float: right;
  font-weight: bold;
  font-size: 13px;
}
.resultbox .r_body .topmiddle{
  text-align: center;
  width: 64%;
  float: left;
  font-weight: bold;
  font-size: 13px;
}
.resultbox .r_body .mainprize{
  width: 85%;
  margin: 0 auto;
  background-color: #ff6600;
  height: 30px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  font-size: 18px;
}
.resultbox .r_body p{
  text-align: center;
  color: green;
  font-size: 12px;
  font-weight: bold;
  padding:0px; margin: 0px;
}
.resultbox .r_body table{
  border: none;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 13px;
}
.resultbox .r_body table tr td{
  padding:0px;
  margin: 0px;
}
.resultbox .r_body table tr td:first-child{
  width: 30%;
  text-align: right;
  padding-right: 10px;
}
}

@media only screen and (min-width: 620px){
.resultbox{
  margin: 0 auto;
  width: 100%;
}
.resultbox .r_header{
  float: none;
  height: 120px;
}
.resultbox .r_header .r_h_left{
  width: 20%;
  background-image: url('../images/logo3.jpg');
  background-size: 112px; 
  float: left;
  background-repeat: no-repeat;
  background-position: top;
  height: 140px;
}
.resultbox .r_header .r_h_title{
  margin: 0 auto;
  font-size: 21px;
  text-align: center;
  font-weight: bolder;
  width: 60%;
  float: left;
  height: 140px;
}
.resultbox .r_header .r_h_right{
  width: 20%;
  background-image: url('../images/logo3.jpg');
  background-size: 112px; 
  float: right;
  background-repeat: no-repeat;
  background-position: top;
  height: 140px;
}
.resultbox .r_body{
  border: 2px solid #000;
  padding: 5px;
  width: 96%;
  float: left;
}
.resultbox .r_body .topleft{
  text-align: left;
  width: 21%;
  float: left;
  font-weight: bold;
  font-size: 17px;
}
.resultbox .r_body .topright{
  text-align: right;
  width: 21%;
  float: right;
  font-weight: bold;
  font-size: 17px;
}
.resultbox .r_body .topmiddle{
  text-align: center;
  width: 58%;
  float: left;
  font-weight: bold;
  font-size: 16px;
}
.resultbox .r_body .mainprize{
  width: 85%;
  margin: 0 auto;
  background-color: #ff6600;
  height: 30px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  font-size: 23px;
}
.resultbox .r_body p{
  text-align: center;
  color: green;
  font-size: 15px;
  font-weight: bold;
  padding:0px; margin: 0px;
}
.resultbox .r_body table{
  border: none;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 12px;
}
.resultbox .r_body table tr td{
  padding:0px;
  margin: 0px;
}
.resultbox .r_body table tr td:first-child{
  width: 40%;
  text-align: right;
  padding-right: 10px;
}
}
table tr td{
  line-height: 15px !important;
}
.cl1{
    background-color: #dc2f02;
    width: 70px;
    height: 25px;
    float: right;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}
.cl2{
  background-color: #d00000;
  width: 70px;
    height: 25px;
    float: right;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}
.cl3{
  background-color: #9d0208;
  width: 70px;
    height: 25px;
    float: right;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}
.cl4{
  background-color: #6a040f;
  width: 70px;
    height: 25px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    margin: 0 auto;
}