body {
    background-color: #dddcc5;
}

header {
    text-align: center;
    color: white;
    background-color: #611427;
    font-size: 2rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#banner {
    display: block;
    /*border: 1px solid #611427;*/
    margin-left: auto;
    margin-right: auto;
}

.indexDate {
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: underline;
    font-size: 1.5rem;
}

.jobLink {
    font-size: 1.25rem;
}

.jobBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

main {
    width: 80%;
    margin: auto;
}

.jobEntry {
    margin: 10px 5px;
}

div#classes {
    float: left;
    width: 20%;
    height: 100%;
    border: 1px solid black;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
}

div#content {
    margin-left: 20.1%;
}

iframe {
    width: 100%;
}

a {
    color: #1b88ad;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.removeconfirm {
    color: green;
}

.removeconfirm:hover {
    color: red;
}

ol {
    list-style-type: decimal;
}

.buttonHolder {
    text-align: center;
}

.buttonHolder > input {
    width: 100px;
    margin-left: 10px;
    margin-right: 10px;
}

input#submitbutton {
    display: inline-block;
    text-align: center;
}

div#holder {
    margin-top: 0.5%;
    margin-left: 20%;
    width: 60%;
    line-height: 30px;
}

div#centerholder {
    margin-top: 0.5%;
    margin-left: 20%;
    width: 60%;
    text-align: center;
    line-height: 25px;
}

table,
tr,
td {
    border: 1px solid white;
}

table#timetable {
    margin: auto;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
}

#classes td a {
    display: block;
    width: 100%;
    color: white;
    -webkit-transition: padding-left 0.2s;
    -moz-transition: padding-left 0.2s;
    -ms-transition: padding-left 0.2s;
    -o-transition: padding-left 0.2s;
    transition: padding-left 0.2s;
}

h2#title {
    color: #611427;
    text-align: center;
    font-size: 28px;
    text-decoration: underline;
    margin-top: 5px;
}

#classes td {
    color: white;
    height: 25px;
    /*background-color: #6A6A61;*/
    background-image: linear-gradient(#6a6a61, #4c4c46);
    line-height: 25px;
    width: 20%;
}

#classes a:hover {
    color: #1d2326;
    /*background-color: #DDDCC5;*/
    background-image: linear-gradient(#dddcc5, #bfbeaa);
    padding-left: 5px;
    text-decoration: underline;
}

.removelink {
    color: red;
}

#timetable td {
    background-color: white;
    border: 1px solid black;
    text-align: center;
    color: black;
    width: 200px;
    font-size: 20px;
    padding: 2px 0px;
}

.generaltext {
    color: #611427;
}

#timetable a {
}

h3 {
    font-size: 18px;
    text-align: center;
}

#printbutton {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#loginform {
    display: inline-block;
    margin-bottom: 20px;
}

#loginform .generaltext {
    margin-top: 10px;
    margin-bottom: 10px;
}

#passwordform {
    margin-left: 4px;
}

.centerbutton {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#jobsholder {
    width: 50%;
    float: left;
}

#infoholder {
    overflow: scroll;
}

#timetablejoboption {
    text-align: center;
    display: block;
}

#timetableholder {
}

#timetablebuttons {
}

#jobeditorholder {
    border: 1px solid #611427;
    overflow: hidden;
}

.joboption {
    margin-left: 5px;
    text-decoration: underline;
}

textarea {
    resize: none;
}

footer {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.worker-list {
    text-align: center;
}

.worker-list p{
    line-height: 30px;
    font-size: 18px;
}

.worker-list form {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
