#caltb{
    margin-top: 7px;
    width: 175px;
    height: 130px;
    border: 1px solid #000000;
    margin-left: 7px;
    
    border-collapse: collapse;
    font-weight: bold;
    box-shadow: 2px 2px 5px 1.5px rgba(0, 0, 0, 0.20); 
}
#caltb th{
    width: 25px;
    height: 15px;
    border: none;
    text-align: center;
    background-color:#0072BC;
    font-size: 15px;
}
#calh2 th{
    width: 25px;
    height: 15px;
    border: none;
    text-align: center;
    background-color:#0072BC;
    border: 1px solid #000000;
    
}
#caltb td{
    width: 20px;
    height: 15px;
    border: 1px solid #000000;
    text-align: center;
    background-color: white;
    box-shadow: 2px 2px 5px 1.5px rgba(0, 0, 0, 0.20); 
    cursor: pointer;
    font-size: 14px;
    
}
#caltb2{
    margin-top: 7px;
    width: 175px;
    height: 130px;
    border: 1px solid #000000;
    margin-left: 7px;
    
    border-collapse: collapse;
    font-weight: bold;
    box-shadow: 2px 2px 5px 1.5px rgba(0, 0, 0, 0.20); 
}
