html {
	height: 100%;
	width: 100%;
}

body {
    background-color: #F7F7F7;
    padding: 0;
    margin: 0;
    border-top: 10px solid #ffcc33;
    border-bottom: 10px solid #ffcc33;
    display: flex;
    flex-direction: column;
}

h1, h2, h3, h4, h5, h6, a, p {
    font-family: "Open Sans Regular", "sans-serif";
}

h1 {
    font-weight: 600;
}

h2, h3, h4, h5 {
    font-weight: 500;
}

a {
    color: #0068D6;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 20px;
}

header {
    background-color: #ffffff;
    border-bottom-style: solid;
    width: 100%;
    padding: 0;
    margin: 0;
}

.header-div {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 10px;
    padding-top: 10px;
}

.main-width {
    margin: auto;
    width: 65%;
}

footer {
    margin-top: auto;
    background-color: #165A9B;
    color: #ffffff;
    padding-bottom: 20px;
}

footer a {
    color: #ffffff;
}

footer h1 {
   font-size: 28px;
}

footer h2 {
   font-size: 20px;
}

main {
    background-color: #F7F7F7;
}

.content-div {
    margin: auto;
    background-color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 5px;
}

.standard-padding {
    margin-bottom: 35px;
    padding-bottom: 25px;
}

.h1-align {
    vertical-align: top;
    text-align: center;
    padding-left: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left-style: solid;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 5px;
}

.border-style {
    border-width: 1px;
    border-color: #e1e1e1;
}

.content-div .border-style {
    border-bottom-style: solid;
}

header img {
    width: 80%;
    height: 80%;
    display: inline-block;
    margin-right: -50px;
}

/* 
 * 100% height, with yellow padding visible which is found in the body, -19px instead of -20px
 * because we want the scroll visible, otherwise the site moves a bit when pressing csca or spoc
*/
.height-div {
    height: calc-size(100%, size - 19px)
}

.full-height {
    height: 100%
}
.front-page-div {
    margin-left: 54px;
    padding-top: 54px;
}

.front-header {
    margin-top: 0;
}

li a {
    color: black;
}

li a:hover {
    text-decoration: underline;
}

.indexhead, .indexbreakrow, .indexcollastmod, .indexcolsize, .indexcoldesc {
    display: none;
}

.indexcolicon {
    min-width: 20px;
    min-height: 20px;
}

tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

td {
    padding-right: 5px;
}

td a {
    font-size: 20px;
    padding-bottom: 100px;
}
