#calendar button {
    border-radius: 0;
}

#countyList button {
    width: 100px;
}

button {
    border-radius: 14px;
    padding: 1px;
    margin: 1px;
    border-width: 1px;
}

.jobCenter, .jobLower {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jobUpper {
    height: 50%;
}

.jobCenter {
    height: 35%;
    display: none;
}

.jobLower {
    height: 50%;
}

.jobLower span {
    width: 33%;
    float: left;
    text-align: center;
}

.jobCenter span {
    width: 50%;
    text-align: center;
}

.jobCenter span:first-child {
    float: left;
}

.jobCenter span:last-child {
    float: right;
}

.jobLower span {
    width: 40%;
}

#jobList .jobLower button {
    width: 18px;
    float: left;
    text-align: center;
}

#subtract {
    margin-left: 3%;
}

#jobList {
    flex-wrap: wrap;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

#jobList div:not(.jobCenter):not(.jobLower):not(.jobUpper):not(.summonUpper):not(.summonCenter) {
    border: 1px solid black;
    padding: 3px;
    height: 80px;
    width: 200px;
    border-radius: 16px;
    background-color: #fff3f3;
    margin: 1px;
}

#workerList button {
    width: 100px;
}

#jobList button {
    width: 200px;
}

#countyList,
#event {
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    display: none;
}

#countyList {
    display: flex;
}

.error {
    display: none;
    color: red;
}

.error::before {
    content: '\A',
}

.fc-today {
    background: white !important;
}

.fc-highlight {
    background-color: green !important;
}

input[type='number'] {
    width: 26%;
}

#calendar {
    display: block;
}

#confirmEvent {
    margin-top: 5px;
}

#back {
    display: none;
}

.info {
    top: 12%;
    position: absolute;
    background-color: #c4f391e0;
    z-index: 2;
    padding: 3px;
    border-radius: 6px;
}

.instruction {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #960505;
    font-weight: bold;
}

.instr {
    display: none;
    position: absolute;
    left: 25%;
    top: 20%;
    z-index: 5;
    padding: 3px;
    border-radius: 8px;
    background-color: #26f12df5;
}

#toCalendar {
    margin-left: 50%;
    padding: 3px;
}

.confirm {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 7;
    top: 50%;
    left: 50%;
    background-color: #0000001f;
    box-shadow: 0px 0px 13px 20px #0000001f;
}

#toConfirm, #backToCalendar, #backToServices, #back, #confirmEvent {
    padding: 3px;
}

#backToServices, #back {
    margin-bottom: 10px;
    display: none;
}

#background {
    display: none;
    z-index: 6;
    background-color: #0000001f;
    position: absolute;
    width: 100%;
    height: 100%;
}

#done {
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 25%;
    font-size: 20px;
}

.getInContactMsg {
    display: none;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    color: red;
}