/*
*/

body {
    font-family: Verdana;
    font-size: 0.9em;
    margin: 1.1em;
    padding: 0.625em 0.3125em;
    background-color: #fff;
}

p {
    line-height: 140%;
    margin-bottom: 0.75em;
}

a {
    color: #828282;
    background-color: #eeeeee;
}

a:hover,
#logout-btn:hover {
    text-decoration: underline;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

table,
th,
td {
    text-align: left;
}

table {
    background: white;
    border: 1px solid #e4e5e7;
    padding: 1px;
    border-collapse: collapse;
    width: 90%;
}

td,
th {
    border: 1px solid grey;
    padding: 9px 18px;
}

th {
    background-color: #ba1125;
    color: white;
}

input[type="submit"],
.download {
    color: #000;
    background-color: #e7a7b0;
    border-radius: 0.2em;
    padding: 0.1em 0.2em;
    border: solid 0.1em #ba1125;
    display: inline-block;
    margin-top: 1.1em;
    font-weight: 700;
    text-decoration: none;
}

input[type="submit"]:hover,
.download:hover {
    background-color: #fff;
    color: #ba1125;
    cursor: pointer;
    text-decoration: none;
}

pre code textarea {
    width: 67em;
    height: 20em;
    font-family: "Ubuntu Mono", monospace;
}

.gray-line {
    float: right;
    width: 400px;
    border: 1px solid #828282;
    height: 0px;
}

.nav-item,
.nav-item > a,
.nav-link,
#logout-btn {
    display: block;
    padding: 0.1em;
    border-width: 0px;
}

.nav-item > .active {
    color: #ba1125 !important;
}

.formerr {
    color: #c0392b;
    font-weight: bold;
    display: block;
}

.formerr + pre,
.formerr + input + input {
    border-color: #c0392b !important;
    border-width: 4px !important;
}

.mssg {
    color: #ba1125;
    font-weight: bold;
    background-color: #e7a7b0;
    border: solid 1px #ba1125;
    padding: 1em;
    margin-bottom: 2.1em;
    display: block;
}

#welcome {
    width: 20em;
    border: none;
}

#welcome td {
    font-weight: bold;
    border: none;
}

#welcome td:nth-child(even) {
    color: #c0392b;
    text-align: right;
}

#dropzone {
    width: 300px;
    height: 200px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    text-align: center;
    line-height: 200px;
    color: #999;
    font-family: sans-serif;
    margin: 50px auto;
}

#footer {
    font-size: 0.7em;
}
