.appTable {           
    border-radius: 10px;    
    text-align: center;
    margin: auto;
    margin-bottom: 3px;       
    padding: 0 20px 0 20px;      
    width:100%;   
    white-space: nowrap;  
}

.stime {
    font-size: 0.8em;
    white-space: nowrap;    
}

.appTable input {
    font-size: 1em;          
}

.appTable > tbody > tr > td {
    border: 0px;   
    vertical-align: bottom;
}

.booked {    
    border: 2px outset rgb(227, 227, 227);      
}

.avail {
    border: 2px solid rgb(253, 141, 50)
 }

.avail input {    
    background-color: transparent;
    color: rgb(253, 141, 50);
    border: 0;
}