.symptomTitle {
    font-weight: 700;
    font-size: 20px;
    display: block;
}
.buttons {
    display: block;
}
.label {
    display: inline-block;
    margin: .25rem 0;
    width: 90%
}

.checkboxItem>label {
    vertical-align: middle;
}

.check {
    margin-top: 0px;
    height: 30px;
    display: inline-block!important;
}

.checkboxItem {
    vertical-align: middle;
}

/* button {
    width: 120px;
    height: 40px;
    font-weight: 700;
    font-size: 20px;
    background-color: cornflowerblue;
    color: white;
    border-style: none;
    margin: 2px;
} */

.currentSymptoms {
    padding: 20px;
    
}

.covidYesNo {
    display: block;
    margin: 20px;
    align-items:center
}

.submit {
    font-size: 20px;

}
#goToWork {
    padding: 20px;
    background-color: rgba(0,255,0,.1);
}
#stayHome {
    padding: 20px;
    background-color: rgba(255,0,0,.1);
}


#covidContainer .popup-content{
    width: 1200px;
}