.enroll, .depButton {
    border-radius: 8px;
    width: 20vw;
    min-width: fit-content;
    height: 8vh;
    background-color: #139a42;
    border: 3px solid #03476F;
    color: white;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 700!important;
}

#tableHeader {
    color: green;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 10px;
    text-align:center;
}
#tableSubHeader{
    font-style: italic;
    font-size: 11px;
    letter-spacing: .5px;
    text-align:center;
}
#tobaccoQuestionSection{
    display: flex;
    justify-content: space-evenly;
    padding-inline: 10px;
    text-align: center;
}
#tobaccoQuestionSection p{margin-bottom: 0;}

#deductionMobile {
    text-align: center;
    border: 1px solid black;
    padding: 1rem;
}
.welcome p{
    margin:0;
    font-size:14px;
    max-width:450px;
}
#timeZoneDisclaimer{
    color: #177a7a;
    font-weight: bold;
}
#appointmentButtons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#formSubmit, #return {
    width: 30%;
    padding-block: 15px;
    font-size: 16px !important;
    margin-block: 15px;
}