#state-tag,
#county-tag {
    font-size: 1.5em;
    margin: 0;
    font-weight: bold;
    padding-bottom: 10px;
}

form select,
form input {
    width: 100%;
    height: 46px;
    font-size: 16px;
}

#form-div-input {
    width: 100%;
    margin: 0 auto;
}

#submit-button {
    background: #0971ce;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
}

#arrow-icon {
    padding-left: 5px;
    font: normal normal normal 14px/1 'Font Awesome 5 Free';

}

.fa-chevron-circle-right:before {
    font-weight: 600;
}

.center-button-div {
    text-align: center;
    margin: 20px 0;
}

.invalid {
    color: red;
    margin: 0 auto;
    width: 100%;
}

#results-container {
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 15px auto;
    padding: 10px;
}

#results-container ul {
    list-style: none;
    display: table;
}

#results-container ul li {
    display: table-row;
    line-height: 1.5em;
}

#results-container ul li span {
    display: table-cell;
}

.rep-label {
    padding-right: 30px;
    font-weight: 600;
}
