#body {
    max-width: 1000px;
    margin: auto;
    background-color: #fff;
}
#page {
    background-color: #fff;
    width: 100%;
    min-height: 100vh;
}
#instance_mode {
    margin-bottom: 0;
}
header {
    overflow: auto;
}
footer {
    padding: 1rem;
    flex-shrink: 0;
    background-color: #ddd;
}

@media screen and (max-width:599px) {
    #body {
        min-height: 400px;
    }
    #logo {
        display: none;
    }
    #header {
        padding: 8px;
        overflow: auto;
        width: 100%;
    }
    #main {
        padding: 10px;
        overflow: auto;
        max-width: 100%;
        clear: both;
    }
    nav > ul li {
        display: inline-block;
    }
    .skip-if-narrow {
        display: none;
    }
}

@media print {
    #body {
        color: black;
    }
    .noprint {
        display: none;
    }
}

html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    text-decoration: none;
    color: #2A2A2A;
}

textarea {
    font-family: monospace;
}

#title {
    margin-top: -6px;
    margin-bottom: 10px;
}

ul {
    margin: 0px;
    margin-top: 10px;
}

a, a:link, a:visited, a:hover, a:active {
    color: #0263bf;
    text-decoration: none;
}

h1,h2 {
    color: #666;
    margin-top: 10px;
}

h3 {
    color: #666;
    margin-top: 20px;
}

div.quotation {
//    font-style: italic;
    font-size: 11pt;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
//    background-color: #F0F0E0;
    border: 3px solid #5fb404;
    text-align: justify;
    color: #4b8a08;
} 

div.quote-source p {
    font-style: normal;
    font-size: 8pt;
    text-align: right;
} 

p {
    text-align: justify;
    margin-right: 3rem;
}

.questions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.questions li {
    padding-top: 5px;
    padding-left: 18px;
}

.questions li:before {
    content: "❓";
    position: absolute;
    margin-left: -18px;
    color: #FF4444;
}

ul {
    list-style: none;
    padding: 0;
    padding-left: 24px;
    margin: 0 0 20px 0;
}

ul.btns > li {
    padding-bottom: 10px;
}

ul.arrow > li:before {
    content: "➜";
    position: absolute;
    margin-left: -24px;
}

ul.arrow {
    list-style: none;
    padding: 0;
    padding-left: 20px;
    margin: 0;
}

ul.arrow > li {
    padding-top: 5px;
    padding-left: 20px;
}

ul.bool {
    list-style: none;
    padding: 0;
    padding-left: 20px;
    margin: 0;
}

ul.status > li {
    padding-top: 5px;
    padding-left: 20px;
}

ul.status > li.success:before {
    content: "☑";
    position: absolute;
    margin-left: -24px;
}

ul.status > li.failure:before {
    content: "☐";
    position: absolute;
    margin-left: -24px;
}

ul.status > li.good:before {
    content: "✅";
    position: absolute;
    margin-left: -24px;
}

ul.status > li.acceptable:before {
    content: "❎";
    position: absolute;
    margin-left: -24px;
}

ul.status > li.questionable:before {
    content: "❓";
    position: absolute;
    margin-left: -24px;
}

ul.status > li.bad:before {
    content: "❌";
    position: absolute;
    margin-left: -24px;
}

ul.errorlist {
    color: red;
}

#form-login {
    max-width: 340px;
}

button.menu {
    width: 100%;
}

@font-face {
    font-family: "fa";
    src: url("../fonts/fa-regular-400.woff2") format('woff2');
}

.fatt {
    font-family: fa;
    font-weight: 400;
}

a #logo {
    color: #0263bf;
}

details > summary {
    color: #0263bf;
}

meter {
    background: lightgrey;
    width: 200px;
}

meter.meter-narrow {
    background: lightgrey;
    width: 80px;
}

th.number, td.number {
    text-align: right;
}

th.rotate {
  height: 160px;
  white-space: nowrap;
}

th.rotate > div {
  transform: 
    translate(25px, -5px)
    rotate(315deg);
  width: 30px;
}

th.rotate > div > span {
  border-bottom: 2px dotted #000;
  padding: 5px 10px;
}

img.label_printer {
  border: 2px solid lightgreen;
}

div.date {
  width: 200px;
}

.tuwien-text {
  color: #006699;
}

td.pl2 {
  padding-left: 2em;
}

.w-33 {
  width: 40%;
}