 .top_menu{
            background:black;
            color:white;
        }
        .top_section{
        display:flex;
        justify-content:space-around;
        
        
        }
        .top_section div{
       padding:3px;
        
        
        }
        
        .top_section  a{
            color:white;
            text-decoration:none;
            font-size:18px;
        }
        
        .satta_king h1{
           background:orange;
           text-align:center;
           padding:10px;
        }
        .satta_king h1{
            font-size:20px;
        }
        .live_result{
               background: #212529;
    color: white;
          display:flex;
          justify-content:center;
            
        } 
       
        .live_box_result {
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    background: #faf3df;
    padding: 14px;
    border-bottom: solid;
}
.game_name{
        color: black;
    background: orange;
    padding: 2px 25px;
    margin-top: 10px;
    box-shadow: 0px 0px 10px black;
}.game_result {
    background: black;
    color: orange;
    margin-top: 7px;
    padding: 2px 10px;
    border-radius: 7px;
    box-shadow: 0px 0px 10px orange;
    font-size: 22px;
}
.top_day_result{
    font-weight:bold;
}
.top_day_result td{
   padding:5px 0px;
}
.full_layout{
    background: black;
    color: white;
}
.half_layout{
    background: black;
    color: white;
}

/* section 2*/
 .td_game_name,.td_game_results{
            font-size:17px;
        }
        .td_game_time{
            font-size:15px;
        }
        .mytable td{
            padding: 10px;
        }
/* Section 3*/
   .table_month{
                font-size:15px;
            }
            .table_month_div{
               width:100%;
               overflow:auto;
            }
            select#sel1 {
    height: 39px;
    /* margin-top: 10px; */
    border: solid 1px;
}
/* Section 4*/
 .month_result_table {
            border:1px thin; text-align:center;
        }
        .month_result_table thead tr th {border-color: #000;
    background-color: #ffc107;
    color: black;
    font-size: 13px;
    font-weight: bold;border: solid 1px black; 
    width:11%;
    
        }
        .month_result_table thead tr th:nth-child(1) {border-color: #000;
    background-color: #ffc107;
    color: black;
    font-size: 13px;
    font-weight: bold;border: solid 1px black; 
    width:4%;
    
        }
        .month_result_table tr td:nth-child(n+1) {
            border-color:#000 solid 1px; 
            background-color:white; 
            color:black; 
            font-size:14px; 
            font-weight:bold; 
            }
            .month_result_table tr td {
            border: solid 1px #bbbbbb; 
            }
            .month_result_table tr td:nth-child(1) {
            
            background-color: white; 
            color:#B90621; 
            font-size:13px; 
            font-weight:bold; 
            width:4%;
            }
            h2{
                color: black;
    font-size: 38px;
    padding: 0px;
    margin: 0px;
            }
           .mydatecss{
               background-color:#ffddff;
           }
/*section 5*/
 .how_to{
               background-color: #ffc10729;
    color: #463400;
    font-weight: bold;
    font-style: bold;
    font-size: large;
    text-decoration: none;
    border-width: 3px;
    border-color: black;
    border-style: outset;
    margin: 2px;
    padding: 10px;
    text-align: center;
           }
}