.td-1 {
    text-align: center; 
    font-size: 13px;
    width: 25%; 
    color: #333333;
}
.td-2 {
    border-bottom: 1px solid #D6D6D6;
}
.td-3 {
    text-align: center; 
    border-style: none; 
    border-radius: 30px; 
    -moz-border-radius: 30px; 
    font-size: 18px; 
    width: 50px; 
    height: 50px; 
    line-height: 30px; 
    color: white; 
    background-color: #EB5E30; 
    font-weight: bold;
}
.td-disabled {
    background-color: #A9A9A9;
}
.tr-1 {
    border-bottom: 1px solid LightGrey; 
}
.tr-2 {
    border-bottom: 1px solid LightGrey; 
}
