.title {
    font-weight: bold;
}

.main_content {
    margin: 0px;
    background-color: #fff;
    padding: 0px 0px 50px;
}

nav {
    background-color: #0073b7;
    padding: 10px;
    font-size: 20px;
    color: white;
    height: 65px;
}

nav > a {
    color: white;
    margin-right: 10px;
}

.test-links {
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    margin-bottom: 0px;
}

.test-links .stat {
    display: inline-block;
    min-width: 30vw;
    padding: 2px;
    font-size: 16px;
    color: #003d61;

}

.test-links .stat a {
    color: #FFFFFF;
}

.test-links .stat a:visited {
    color: #ffffff;
}

.project-list .subtitle {
    font-style: italic;

}

.project-list h2 {
    font-size: 24px;
    font-weight: bold;
}

.project-list .project {
    border: 1px solid #d3d3d3;
    padding: 10px;
    background-color: #2c2c2c;
    min-height: 45px;
    margin-top: 15px;
    color: black;
    margin-bottom: 15px;
}

.project-list .project .title {
    font-size: 20px;
}

.project-list .project a {
    color: #006dad;
}

.project-list .project .desc {
    font-weight: normal;
    font-size: 16;
    font-style: italic;
}

footer {
    padding: 10px;
    font-size: 17px;
    color: white;
    /*height: 85px;*/
    background-color: #6A2F30;
    /*box-shadow: 0 50vh 0 50vh #6b7078;*/
}

footer a {
    color: #2495f2;
}

.test-links-bottom {
    background-color: #d7a773f6;
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    margin-top: 30px;
}


.confirm-delete-box {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px;
    text-align: center;
    background-color: #d7a773f6;
    border: 1px #aa845a;
    border-radius: 55px;
    padding: 10px;
}

.log-view {
    max-width: 100vw;
    margin-top: 0;
    margin-left: 1vh;
    margin-right: 1vh;
    text-after-overflow: left;
    text-align-all: left;
    background-color: #d7a773f6;
    border: 1px #aa845a;
    border-radius: 8px;
    padding: 10px;
}

.log-frame {
    max-height: 65vh;
}

.log-form {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #d7a773f6;
    border: 1px #aa845a;
    border-radius: 5px;
    padding: 10px;
}

.log-background {
    background-color: #d7a773f6;
    border: 1px #aa845a;
}

.download-button {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #d7a773f6;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sub_links {
    padding-top: 66px;
    background-color: #d7a773f6;

@media (max-width: 979px) {
    body {
        padding-top: 0px;
    }
}

.sub_links.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

#upload {
    display: none
}

#upload_link {
    text-decoration: none;
}