body {
    font-family: 'Verdana', sans-serif;
    background-color: #f0f0f0;
    font-size: 12px;
}

.main-div {
    border: solid 1px black;
    padding: 10px;
    margin: 0 auto;
    width: 850px;
}

div.dt-container {
    max-width: 850px !important;
}

@media(max-width: 800px) {
    .main-div {
        width: initial;
    }
}

tr:nth-child(even) {
    background-color: #dddddd !important;
}

th {
    background-color: #cccccc;
}

tr:hover {
    background-color: #ffaeae !important;
}

.screenshot {
    width: 150px;
}

.img-cd {
    mix-blend-mode: darken;
    width: 100px;
}

.badge-success {
    color: #28a745;
}

.badge-danger {
    color: #dc3545;
}

.badge-warning {
    color: #de911d;
}

.filter-warning {
    text-align: center;
    font-style: italic;
    color: black;
    border: solid 1px #003366;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    background-color: #bfd0f6;
}

.filter-warning > span {
    font-weight: bold;
}

.span-button {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.span-button:hover {
    color: red;
}

.hidden {
    display: none;
}

ul {
    padding-left: 10px;
}

.selected-nav {
    font-style: italic;
}

navbar {
    border: solid 1px grey;
    padding: 5px;
}

#digerati-bar-1 {
    height: 30px;
    background: linear-gradient(#ad0d0d, red);
    border-bottom: solid 1px black;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#digerati-bar-2 {
    background: lightgrey;
    border-bottom: solid 1px black;
    box-shadow: inset 0px 7px 6px -7px black;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px;
    padding-left: 5px;
    font-size: 1.2em;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #5d5d5d;
    padding-left: 45px;
}

#digerati-logo {
    position: absolute;
    width: 40px;
    transform: translate(5px, 13px);
}

#digerati-bar-1 span {
    color: white;
    padding-left: 50px;
    font-family: 'Courier', monospace;
}

h1 {
    font-family: Arial;
}

#intro-text img {
    width: 150px;
    margin-right: 20px;
    float: none;
}

@media(min-width: 800px) {
    #intro-text {
        padding: 10px;
        width: 65%;
        margin: 0 auto;
    }

    #intro-text img:not(.img-right) {
        margin-right: 20px;
        float: left;
    }

    #intro-text img.img-right {
        margin-left: 20px;
        float: right;
    }
}

@media(max-width: 800px) {
    #intro-text img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.dynamic-number {
    text-shadow: #efb3b3 1px 0px 5px;
    font-weight: bold;
}

.dt-border-left {
    border-left: dashed 1px rgba(0, 0, 0, 0.2);
}

.dt-border-left li {
    list-style-type: none;
    margin-left: -5px;
}

a:hover {
    color: red;
}

.cd-code {
    font-family: Courier, monospace;
}

.soft-hr {
    border-top: 1px dashed grey;
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 10px;
}