body {
    background-color: #022d6d;
    font-family: Lora, serif;
}

#header {
    text-align: center;
}

footer, .supervisors{
    color: #FFF;
    text-align: center;
}

footer > a {
    color: #FFF;
    text-decoration: underline;
}

hr {
    background-color: #FFF;
}

h3, h4 {
    color: #FFF;
    margin-top: 3%;
}

#disclaimer, #required, #PasswordHelpBlock {
    color: #FFF !important;
    text-align: center;
}

#sent-header, #sent_message, .failure, h5, h4, h3 {
    text-align: center;
}

label, .h4, h5, h4 {
    color: #FFF;
}

h5.content {
    margin: 5% 0;
}

h5.content>a {
    color: #FFF;
    text-decoration: underline;
}

#forms-wrapper, #password-form {
    display: flex;
    justify-content: space-evenly;
}

h6.failure, h6#sent_message {
    color: #FFF;
    margin-top: 3%;
}

h6>a, h3>a {
    color: #FFF;
    text-decoration: underline;
}

#singlesignin {
    display: flex;
    align-items: center;
}

#volunteer-buttons {
    display: flex;
    justify-content: flex-end;
    margin-right: 5%;
    margin-bottom: 5%;
}

#password-form {
    color: #FFF;
}

#password-form>form>h5 {
    margin-top: 10%;
}

#CurrentPassword {
    margin-top: 15%;
}

#shift-opt-wrapper>form {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#shift-signup.p-5 {
    margin-bottom: 0 !important;
}

.field-form {
    display: flex;
    flex-direction: column;
}

#checkbox {
    display: flex;
    flex-direction: row;
    color: #FFF;
}

#checkbox > input {
    margin: 5%;
}

#pm_captain {
    margin-left: 15%;
}

.shift_data {
    display: flex;
    flex-direction: column;
    color: #FFF;
    margin-left: 3%;
}

.time_container {
    display: flex;
    flex-direction: row;
    margin-left: 2%;
    margin-bottom: 2%;
}

.time_container > form {
    margin-right: 1%;
}

.time_container > a > button {
    font-size: 12px;
}

.shift_time {
    margin-left: 1%;
    margin-right: .5%;
}

#admin-buttons {
    margin-top: 3%;
    margin-bottom: 3%;
    display: flex;
    justify-content: space-around;
}

.vol-info, #table-header {
    color: #FFF;
    display: flex;
    flex-direction: row;
}

.vol-info > div {
    margin-right: 10%;
}

#table-header {
     margin-top: 3%;
}

#county-data, #shift-data, #volunteer-data, #polling-place-data {
    display: block;
    margin: 0 auto
}

#volunteer-data {
    color: #FFF;
}

.list-style, #polling-place-data > ul {
    list-style: none;
}

ul > li > strong {
    color: lightgrey;
}

ul > div > strong{
    color: lightgrey;
    text-decoration: underline;
}

#polling-place-data {
    color: #FFF;
}

.county-meta {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.county-meta > div {
    margin-left: 5%;
}

.county_name {
    font-size: 20px;
}

.volunteer-meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.volunteer-meta > div {
    font-size: 24px;
}

.place-time {
    display: flex;
    flex-direction: row;
}

.place-time > div {
    margin-left: 8%;
}

.place-name {
    margin-left: 3%;
}

.supervisors {
    font-size: 18px;
}

.error {
    color: #FFF;
    background-color: #d0211c;
}