
.ApptBox{
    background-color:#004876; 
    text-align:center; 
    color:white; 
    cursor:pointer;
    min-width: 150px;
}

.ApptBoxFull {
    background-color:#FF5733; 
    text-align:center; 
    color:white; 
    cursor:not-allowed;
    min-width: 150px;
}

.ApptBoxSelected {
    background-color:#00adbb; 
    text-align:center; 
    color:white; 
    cursor:not-allowed;
    min-width: 150px;
}

.timeBox {
    font-weight:bold; 
    cursor:inherit
}

.spotBox {
    cursor:inherit;
    font-style: italic;
}

.cost {
    position: relative; 
    text-align:center; 
    top:50%; transform: 
    translateY(-50%); 
    color:white;   
    min-width: 50px;  
    font-weight: 800;
    text-transform: uppercase;
}

.cost label{
    font-weight:bold;
    font-size:5vh;
}