body {
    background-color: #222222;
    color: #779955;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
}

a:link {
    text-decoration: none;
    color: #222222;
    border-bottom: 1px dotted #222222;
}

a:active {
    color: #999999;
}

a:visited {
    color: #222222;
}

a:hover {
    color: #444444;
}

div#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px;
    background-color: #779955;
    color: #222222;
    border-bottom: 1px solid rgba(34, 34, 34, 0.25);
    box-shadow: 0px 10px 15px #111111;
}

div#header-logo-container {
    width: 75px;
    height: 75px;
    margin-left: 10%;
    padding-left: 30px;
    border-left: 1px solid rgba(34, 34, 34, 0.25);
    display: inline-block;
}

img#header-logo {
    width: 96px;
    height: 75px;
}

div#user-header-container {
    width: 50%;
    height: 75px;
    margin-right: 10%;
    padding-right: 30px;
    border-right: 1px solid rgba(34, 34, 34, 0.25);
    text-align: right;
    float: right;
    display: inline-block;
}

div.header-item {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 22px;
    height: 75px;
    border-left: 1px solid rgba(34, 34, 34, 0.25);
    display: inline-flex;
}

span#user-header-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    border-bottom: none;
}

img#user-header-icon {
    width: 48px;
    height: 48px;
    border: solid 2px #222222;
    border-radius: 50%;
    margin-top: -12px;
}

div#container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width: 80%;
    min-width: 400px;
}

div.section-container {
    width: 100%;
    margin-top: 20px;
    background-color: #779955;
    color: #222222;
    border: 1px solid rgba(34, 34, 34, 0.25);
    box-shadow: 10px 10px 15px #111111;
}

div.section-header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.25);
    text-shadow: 2px 2px 2px #444444;
}

div.section-content {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.link-no-border {
    border: none !important;
}

input#download-url {
    width: 40%;
    min-width: 300px;
    max-width: 500px;
}

footer {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
}
