
td a{
   
color:#004C3F;
}
.tm{
   
background-color: #004C3F;
}
table th {
background-color: #004C3F;
color:white;
}
           #leftbox { 
                float:left;  
                
                width:33%; 
              
            } 
            #middlebox{ 
                float:left;  
               
                width:33%; 
                 
            } 
            #rightbox{ 
                float:right; 
              
                width:33%; 
                
            } 
            table td {
                border:1px solid #004C3F;
            padding: 10px !important;
            text-align: center !important;
         font-size:16px;
         font-weight:bold;
           color: black !important;
}
      table th {
            padding: 10px !important;
            text-align: center !important;
  font-size:16px;
         font-weight:bold;
         
}
button {
    cursor: pointer;
  color:#fff;
}
tbody{
     border:1px solid #004C3F;
  background-color: white;
}
#left{
float:left;
}
