

.table-responsive {
    
    border:1.5px #052453 solid;
    
}

td {
    height:55px;
    vertical-align:middle !important;
}

td.green {
    
background-color: #00ff0030;
    color: black;
    
}

td.red {
    
    background-color: #ff000030;
    color: black;
}

td.blue {
    
    background-color: blue;
    color: white;
}

table.schedule {
    border-collapse: separate;
    border-spacing: 0 9px;
}

td.lowercase {
    
  text-transform: lowercase;
}


.navbtn {
    
    border:2px solid grey;
    color: white;
    background-color: #3b3b3b;
    width:150px;
    height:80px;
    
}

.navbtn:hover {
 border:2px solid white;
 color:white;
}


.navbtn-active {
    
 color: white;
 border:2px solid white;
 width:150px;
 height:80px;
}

.navbtn-active:hover {
    
 color: white;
 
}






select {
   
    height:37px;
}
@media (max-width: 992px) {
    
  

.form-control {
        
    font-size:2rem;
    }

    thead.myth{

    font-size:30px;
    }
    
    thead.myth2{
  
    font-size:25px;
    }
    
    tr.mytr {
    font-size:30px !important;
    }
    tr.mytr2 {
    font-size:25px !important;
    }


select {
    font-size:2rem !important;
    
    height:50px;
}

input[type="radio"] {
    -ms-transform: scale(2); /* IE 9 */
    -webkit-transform: scale(2); /* Chrome, Safari, Opera */
    transform: scale(2);
}




.navbtn, .navbtn-active {
    
    width:250px !important;
    height:115px!important;
    font-size:2rem !important;
    
}

.container {
    max-width:96%;
}
    

}
