html, body {
    background-color: #141414;
    color: #A7A7A7;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #808080;
}

a:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
    color: #A7A7A7;
}

hr {
    color: transparent;
    border-top: 1px solid #808080;
}

.separator-dotted {
    border-top: 1px dashed #808080;
}

.contrast-color {
    background-color: #252525;
    color: #C6C6C6;
}

.text-block {
    padding: 1em;
}

.text-justify {
    text-align: justify;
}

#footer {
    height: 4em;
}

@media (min-width: 80em) {
#main-content-container {
    width: 50%;
    margin-left: 50%;
}

#main-content {
    width: 120%;
    margin-left: -60%;
}

#main-menubar {
    width: 100%;
    margin-left: -50%;
}
} /* (min-width: 80em) */

@media not (min-width: 80em) {
#main-content {
    margin: 1em;
}
} /* not (min-width: 80em) */

@media (min-width: 40em) {
.menubar-containers {
    display: inline-block;
}

#menubar-socials {
    float: right;
    font-size: 130%;
}

.menubar-entry {
    padding: 0.8em;
}
} /* (min-width: 40em) */

@media not (min-width: 40em) {
.menubar-containers {
    display: block;
    width: 100%;
    text-align: center;
}

#menubar-links .menubar-entry {
    padding: 0.6em;
}

#menubar-socials .menubar-entry {
    padding: 0.3em;
}
} /* not (min-width: 40em) */

#menubar-links {
    font-size: 130%;
}

.menubar-current {
    font-weight: bold;
}

.menubar-entry, .menubar-entry:visited {
    display: inline-block;
    cursor: pointer;
    background-color: #141414;
    color: #A7A7A7;
    text-decoration: none;
}

.menubar-entry:hover, .menubar-entry:active {
    background-color: #252525;
    color: #C6C6C6;
    transition: all 0.15s linear;
    text-decoration: none;
}

.icon-twitter:hover {
    color: #1DA1F2;
}

.icon-youtube:hover {
    color: #FF0000;
}

.icon-email:hover {
    color: #f0f0f0;
}

.card-panel {
    width: 100%;
}

.card-panel .card {
    margin: 1em;
    overflow: hidden;
    background-color: #252525;
    color: #C6C6C6;
}

@media (min-width: 50em) {
.card-panel .card {
    min-height: 20em;
}
    
.card-panel .card-left img {
    float: left;
    margin-right: 1em;
}

.card-panel .card-right img {
    float: right;
    margin-left: 1em;
}

.card img {
    display: inline-block;
    height: 100%;
    width: 20em;
    object-fit: cover;
}

.card .title {
    display: inline-block;
    margin-left: 1em;
    margin-top: 1em;
    width: calc(100% - 17em);
}

.card-right .title {
    margin-left: 2em;
}
} /* (min-width: 50em) */

@media not (min-width: 50em) {
.card-panel .card {
    min-height: 15em;
}

.card img {
    height: 5em;
    width: 5em;
    object-fit: cover;
    float: right;
}

.card .title {
    display: inline;
    vertical-align: middle;
    padding: 1.5em 0 0em 0.5em;
}

.card p {
    display: block;
    position: relative;
    top: 0;
}
} /* not (min-width: 50em) */

.card .title {
    text-decoration: none;
    color: #C6C6C6;
    font-size: 150%;
    font-weight: bold;
}

.card p {
    margin: 1em;
    text-align: left;
}

.card .card-link {
    text-decoration: none;
    color: #808080;
    padding: 0.3em;
    white-space: nowrap;
}

.card .card-link:hover {
    color: #A7A7A7;
}

.minicard {
    background-color: #252525;
    color: #C6C6C6;
    padding: 1em;
}

.minicard img {
    height: 3em;
    float: left;
    padding-right: 1em;
}

.minicard h2 {
    margin-top: 0;
}

table {
    border: none;
    border-collapse: collapse;
    background-color: #141414;
}

table.centered {
    margin-left: auto;
    margin-right: auto;
}

table th {
    padding: 1em;
    border-bottom: 1px solid #808080;
    background-color: #141414;
}

table td {
    padding: 0 1em 0 1em;
}

table.hover tr:hover {
    background-color: #252525;
}

table .pre-padded-row {
    padding-top: 0.5em;
}

table .post-padded-row {
    padding-bottom: 0.5em;
}

table .download-checksum {
    font-family: Monospace;
}

tr .table-red {
    background-color: #ff9f9f;
    color: #000;
}

tr .table-green {
    background-color: #c6e0b4;
    color: #000;
}

table.hover tr:hover .table-red {
    background-color: #f28080;
}

table.hover tr:hover .table-green {
    background-color: #a3e179;
}

@media not (min-width: 55em) {
table .download-checksum, table .download-checksum-column {
    display: none;
}
} /* not (min-width: 55em) */

details summary {
    padding: 0.5em;
    background-color: #252525;
    color: #C6C6C6;
    cursor: pointer;
    list-style: none;
}

details summary::before {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
}

details[open] summary::before {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
}

details summary:hover {
    background-color: #171717;
    color: #808080;
}

.index_content {
    font-size: 1.3em;
}

.list b {
    margin-bottom: 0;
}

.list ul {
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}

.spec-list b {
    margin-bottom: 0;
}

.spec-list ul {
    margin-top: 0.25em;
    margin-bottom: 0.5em;
    padding-left: 1em;
}

.spec-list li {
    list-style: none;
    padding: 0.1em;
}

.spec-list .fa-solid {
    width: 2em;
    text-align: center;
}

.pagination-table {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pagination-table td {
    padding: 0;
    margin: 0;
}

.pagination-table a {
    padding: 1em;
    display: block;
}

.pagination-current {
    font-weight: bold;
    text-decoration: underline;
}

.pagination-disabled {
    color: #454545;
}

.posts-search {
    float: right;
}

.posts-search input {
    margin: 0.1em;
}

.posts-count {
    font-style: italic;
}

input[type=text] {
    background-color: #252525;
    color: #C6C6C6;
    border: 1px solid #808080;
    padding: 0.3em 0.6em 0.3em 0.6em;
    border-radius: 3px;
}

input:focus {
    outline: 2px solid #A7A7A7;
}

input[type=submit], input[type=button] {
    background-color: #252525;
    color: #C6C6C6;
    border: 1px solid #808080;
    padding: 0.3em 0.6em 0.3em 0.6em;
    border-radius: 3px;
}

input[type=submit]:hover, input[type=button]:hover {
    outline: 2px solid #A7A7A7;
}

.linkable:hover::after {
    font-family: "Font Awesome 6 Free";
    content: " \f0c1";
    color: #808080;
}

section h2, section h3 {
    margin-left: 1em;
}

figcaption {
    margin-bottom: 1em;
}

.text-image {
    outline: 1px solid #141414;
}

@media (min-width: 40em) {
    .text-image {
        display: block;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .text-image+figcaption {
        text-align: center;
    }
} /* (min-width: 40em) */

@media not (min-width: 40em) {
    .text-image {
        width: 100%;
    }
} /* not (min-width: 40em) */

.post-publish-date {
    font-size: 0.7em;
    font-style: italic;
}

.post-title {
    margin-bottom: 0.3em;
}

.filebrowser {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
}

.filebrowser div {
    padding: 0.1em;
    margin: 0.1em;
}

.filebrowser div:hover {
    outline: 1px solid #808080;
    background-color: #252525;
    color: #C6C6C6;
}

.filebrowser a {
    margin: 0;
    padding: 0;
}

.filebrowser p {
    margin: 0;
    padding: 0;
    float: right;
}

#cursorPopup {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    z-index: 1000;
    background-color: #C6C6C6;
    color: #141414;
    border: none;
    border-radius: 0.4em;
    padding: 0.3em;
}

.youtube-video {
    display: block;
    border: none;
    width: 50% !important;
    height: auto !important;
    aspect-ratio: 560/315;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

@media only screen and (max-width: 70em) {
.youtube-video {
    width: 95%;
    margin: auto;
}
}

@media only screen and (max-width: 50em) {
.phone-scaled-table {
    font-size: 0.7em;
}
}

@media only screen and (max-width: 50em) {
.phone-scaled-table-extra-small {
    font-size: 0.3em;
}
}

.text-center {
    text-align: center;
}

.table-show-grid td {
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
}

.table-show-grid-last-td {
    border-right: none !important;
}

.pagination-dropdown {
    width: 100%;
    position: relative;
}

.pagination-dropdown .dropdown-button {
    display: block;
    outline: none;
    padding: 0.5rem 1em;
    background-color: #252525;
    color: #A7A7A7;
    width: 100%;
    border: 1px solid #C6C6C6;
    font-family: inherit;
    font-size: inherit;
    text-align: left;
}

.pagination-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #252525;
    z-index: 1;
    width: 100%;
}

.pagination-dropdown .dropdown:hover .dropdown-content {
    display: block;
}

.pagination-dropdown a {
    border: 1px solid #808080;
    display: block;
    padding: 0.5em 1em;
}

.pagination-dropdown a:hover {
    border: 1px solid #A7A7A7;
    background-color: #454545;
    text-decoration: none;
}

.pagination-dropdown i {
    margin: 0 0.5em 0 0;
}
