html, body {
    margin: 0px auto;
    padding: 0px;
    height: 100%;
    background-color: rgb(224, 220, 215);
}
.main_container {
    min-height: 100%;
    position: relative;
}
.navbar {
    padding: 10px;
    margin: 0px;
    text-align: right;
    list-style: none;
    background-color: rgb(151, 159, 173);
    border: 4px double lightgrey;
}
.navbar ul {
    margin: 0px auto;
    padding: 2px;
    padding-left: 30px;
    text-align: center;
}
.navitem {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.navitem a {
    color: rgb(219, 224, 223);
    text-decoration: none;
}
#profilepicture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}
.introtext {
    color: darkslategray;
    padding: 30px;
    text-align: center;
}
.paragraph_head {
    color: darkblue;
    font-size: 1.2em;
}
.body {
    font-family: 'Roboto', sans-serif;
    color: rgb(61, 74, 71);
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-right: 50px;
    margin-left: 50px;
    text-align: center;
}
.body p a {
    font-size: 30px;
    color: darkslategray;
}
#smalllink {
    font-size: 20px;
}
.downloadlists {
    display: block;
    text-align: left;
    padding-left: 80px;
    list-style: none;
}
.assignment {
    color: rgb(61, 74, 71);
    padding-top: 18px;
    padding-left: 40px;
    margin: 10px;
    font-size: 20px;
    text-align: left;
}
table {
    margin: 0 auto;
    text-align: center;
    border: 5px solid lightgray;
}
.tableHead {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: underline;
    background-color: lightblue;
}
.tableHead td {
    padding: 12px 40px;
}
table tr td {
    padding: 10px 35px;
}
.evenRow {
    background-color: lightgray;
}
.tableOutput {
    padding-bottom: 30px;
    padding-top: 30px;
}
.data_scrollbox {
    overflow: auto;
    height: 600px;
    border: 1px solid black;
    background-color: rgb(242, 242, 242);
    margin-bottom: 90px;
}
.data_scrollbox * {
    padding-left: 10px;
    padding-right: 10px;
}
.form {
    margin-right: 200px;
    margin-bottom: 200px;
    text-align: left;
    display: flex;
}
.form_item {
    display: block;
    float: left;
    margin-left: 90px;
}
.form_field {
    width: 300px;
}
.form li {
    list-style: none;
}
ul,li {
    list-style: none;
    margin: 0;
    padding-left: 10px;
    padding-bottom: 8px;
}
#customSelectionForm {
    border: solid thin grey;
    width: 600px;
    padding-left: 20px;
}
#submit_btn {
    width: 200px;
    height: 300px;
    display: block;
    float: right;
    margin-left: 90px;
}
#custom_submit {
    font-size: 1.1em;
    background-color: #c4c4c4;
}
#selector_all_text {
    color: cadetblue;
}
.ajaxBtnStart {
    width: 200px;
    height: 100px;
    -webkit-appearance: button;
    font-size: 1.3em;
}
.colorList {
    text-align: left;
}
#history {
    text-align: left;
}
.form_warning {
    color: lightcoral;
}
#fileWriteStatus {
    padding: 30px;
}
.screenshots {
    max-width: 100%;
    height: auto;
    border: 4px double lightgrey;
    background-color: rgb(151, 159, 173);
}
.footer {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 30px;
}
.footer p {
    position: absolute;
    bottom: 0px;
    text-align: left;
    font-size: 15px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px auto;
}
#dateTime {
    font-family: 'Roboto', sans-serif;
    color: darkslategray;
    bottom: 0px;
    text-align: right;
    float: right;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    margin: 0px auto;
}