* {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
body {
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: flex-start;
    }
p, li, a, table, th, td, div {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    }
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    }
body.no-flex {
    display: block;
    }
.div1 {
    width: 200px;
    background-color: #5093db;
    padding: 20px;
    }
.div2 {
    padding: 20px;
    }
.logtext {
    width: 1000px;
    height: 700px;
    background-color: black;
    color: white;
    padding: 20px;
    overflow-y: auto;
    font-family: monospace;
    }
.button-blue:link,
.button-blue:visited,
.button-blue:active,
.button-blue {
    display: inline-block;
    padding: 8px 16px;
    margin: 4px;
    font-size: 14px;
    color: black;
    background-color: #5093db;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    }
.button-blue:hover {
    color: gray;
    }
.button:link,
.button:visited,
.button:active,
.button,
input[type="submit"] {
    display: inline-block;
    padding: 8px 16px;
    margin: 4px;
    font-size: 14px;
    color: black;
    background-color: white;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    }
.button-small,
.button-small:link,
.button-small:visited,
.button-small:active {
    padding: 2px 4px;
    margin: 1px;
    }
.button:hover,
input[type="submit"]:hover {
    background-color: white !important;
    color: gray;
    }
a {
    font-weight: bold;
    text-decoration: none;
    color: rgb(87, 86, 86);
    }
a:hover {
    color: black;
    }
a.a-link {
    font-weight: bold;
    text-decoration: none;
    color: #0000ee;
    }
.dropdown-select {
    overflow-y: hidden;
    padding: 5px;
    box-sizing: border-box;
    background: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid white;
  }
.dropdown-select:hover,
.dropdown-select:active,
.dropdown-select:visited {
    border: 1px solid gray;
    }
.dropdown-select option {
    padding: 8px;
    }
.list-select {
    padding: 5px;
    box-sizing: border-box;
    }
.list-select option {
    padding: 8px;
    }
.trigger {
    display: inline;
    padding: 0px;
    cursor: pointer;
    }
.trigger:hover {
    background-color: #d0eaff;
    }
table {
    border-collapse: collapse;
    }
th, td {
    border: 1px solid #5093db;
    padding: 8px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
.tdblue {
    width: 120px;
    background: #5093db;
    color: white;
    border: 1px solid white;
    }
.tdgreen {
    width: 120px;
    background: #c8ffc8;
    border: 1px solid white;
    vertical-align: top;
    }
.tdorange {
    width: 120px;
    background: #e67e22;
    color: white;
    border: 1px solid white;
    }
.tdgray {
    width: 120px;
    background: #e5e4e2;
    border: 1px solid white;
    }   
.tdred {
    width: 120px;
    background: #ffc8c8;
    border: 1px solid white;
    }       
.tablecard {
    border-collapse: separate;
    border-spacing: 4px;
    }
.tdcard {
    background: #e5e4e2;
    border: 4px solid white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    }   
.tdcarddark {
    background: #b0afad;
    border: 4px solid #e5e4e2;
    border-bottom: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    }   
.tdtransparent {
    width: 120px;
    border: none;
    background: transparent;
    }
.tabletransparent {
    border: none;
    background: transparent;
    }
.tdwhitetext {
    color: white;
    }
.tdbold {
    font-weight: bold;
    }
.centered-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: center;
    }
details ul {
    list-style-type: none;
    padding-left: 1em;
    }
pre code {
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    line-height: 1.4;
    white-space: pre;
    display: block;
    padding: 8px;
    background: #f8f8f8;
    border-radius: 6px;
    }

