body {
    background: #eee;
    background-image: url(https://heck.computer/images/black4.gif);
    background-repeat: repeat-x;
    font-family: 'Inknut Antiqua', serif;
    font-size: 11px;
    letter-spacing: -.5px;
    color: #999;
}

.split-screen {
    display: flex;
    text-align: center;
}

.split-screen__half {
    flex: 1;
    padding-right: 0px;
    width: 172px;
}

.nested-dropdowns {
    /* Border */
    border: 1px dashed #000;
    display: flex;
    padding: 0;
    list-style-type: none;
    margin: -3px 0px 10px 0px;
    background-color: #eee;
    font-size: 11px;
    font-family: verdana;
    font-weight: 600;
}

.nested-dropdowns li {
    display:flex;
    cursor: pointer;
    /* Spacing */
margin: auto;
    padding:1px 5px 1px 5px;
    /* Used to position the sub nested-dropdowns */
    position: relative;
    text-align: left;
}

.nested-dropdowns li:before {
    content: "\275A";
    transform: rotate(0deg);
    color: black;
    font-size: 13px;
    font-weight: 900;
    margin-right: 2px;

}

.nested-dropdowns__item {
    margin: 0;
    display: flex;
    position: relative;
}
.nested-dropdowns__item::after {
    content: "\219D";
    transform: rotate(45deg);
    color: black;
    font-size: 13px;
    font-weight: 900;
    margin-left: 1px;
}


/* The sub nested-dropdowns */
.nested-dropdowns ul {
    border: 1px dashed #000;
    display: none;
    left: 10px;
    position: absolute;
    top: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #eee;
}

/* The second level sub nested-dropdowns */
.nested-dropdowns ul ul {
position:absolute;
    top: 0px;
        margin: 0;
    padding: 0;
    left: 100%;
}

/* Change background color of list item when being hovered */
.nested-dropdowns li:hover {
    background-color: rgba(0, 0, 0, .1);
    font-style: normal;
}

/* Show the direct sub nested-dropdowns when hovering the list item */
.nested-dropdowns li:hover > ul {
    display: block;
    font-style: normal;
}


br {
    line-height: 1px;
}

* {
    image-rendering: pixelated;
    font-smooth: unset;
}

#s-m-t-tooltip {
    text-align: center;
    margin: 0px 0px 0px 24px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-top: 4px;
    border: 1px solid #999999;
    color: #000000;
    background-color: rgb(255, 255, 255, .93);
    font-size: 10px;
    height: auto;
    overflow: visible;
    text-shadow: 1px 0px 3px rgb(0, 0, 0, .25);
}


#statuscafe {
    background: ;
    border: 1px dashed #000000;
    text-align: center;
    box-sizing: border-box;
    margin: 0px auto;
    padding: 5px 25px;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 10px;
}

#statuscafe-username,
#statuscafe-username a {
    font-family: 'Inknut Antiqua', serif;
    font-size: 10px;
    display: inline-block;
    text-decoration: none;
    line-height: 13px;
}

#nowlisteningdate,
#listeninglabel {
    font-family: 'Inknut Antiqua', serif;
    font-size: 10px;
    display: inline;
    text-decoration: none;
}

#statuscafe-content,
#nowlistening {
    display: block;
    margin: auto;
    font-family: 'Inknut Antiqua', serif;
    font-size: 10px;
    line-height: 13px;
}

#listen {
    background: ;
    border: 1px dashed #000000;
    text-align: center;
    box-sizing: border-box;
    margin: 0px auto;
    padding: 5px 50px;
    position: relative;
    height: auto;
    font-size: 10px;
    width: auto;
    line-height: 13px;
}

.np {
    width: auto;
    margin: auto;
    background-color: #ffffff;
    border: 1px dashed #000000;
    font-size: 10px;
    line-height: 13px;
}

.tracki {
    margin: auto;
    text-align: center;
    width: 150px;
}

img#trackart {
    width: 170px;
    height: 50px;
    object-fit: cover;
    margin: auto;
    text-align: center;
}

::-moz-selection {
    text-shadow: -1.5px 0px 2.5px rgb(0, 0, 0, .75);
    color: rgb(0, 0, 0, .75);
    background-color: rgb(0, 0, 0, .0)
}

::selection {
    text-shadow: -1.5px 0px 2.5px rgb(0, 0, 0, .75);
    color: rgb(0, 0, 0, .75);
    background-color: rgb(0, 0, 0, .0)
}

html:before {
    animation: grain 8s steps(10) infinite;
    background-image: url(https://heck.computer/images/texture.png);
    content: "";
    height: 300%;
    left: -50%;
    opacity: .04;
    position: fixed;
    top: -110%;
    width: 300%;
    pointer-events: none;
    filter: brightness(125%) contrast(150%);
}

@keyframes grain {

    0%,
    100% {
        transform: translate(0, 0)
    }

    10% {
        transform: translate(-5%, -10%)
    }

    20% {
        transform: translate(-15%, 5%)
    }

    30% {
        transform: translate(7%, -25%)
    }

    40% {
        transform: translate(-5%, 25%)
    }

    50% {
        transform: translate(-15%, 10%)
    }

    60% {
        transform: translate(15%, 0%)
    }

    70% {
        transform: translate(0%, 15%)
    }

    80% {
        transform: translate(3%, 35%)
    }

    90% {
        transform: translate(-10%, 10%)
    }
}

a {
    color: #666;
    text-decoration: underline 1px dotted;
}

a:hover {
    top: 1px;
    left: 1px;
    position: relative;
    color: #444;
    text-decoration: underline 1px dashed;
}

a:active {
    top: 2px;
    left: 2px;
    position: relative;
    color: #222;
    text-decoration: underline 1px solid;
}

h2 {
    font-size: 24px;
    font-weight: 100;
    line-height: 5px;
    color: #333;
    background-color: #eee;
    height: 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-transform: uppercase;
}

#all {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 370px;
    height: 510px;
    background-color: #4a4a4a;
}

#container {
    width: 350px;
    height: 500px;
    background-color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 9px;
    padding-bottom: 5px;
}

#header {
    height: 50px;
    background-image: url('https://heck.computer/images/bitm.');
    background-position: bottom left;
    padding: 5px;
    position: relative;
    font-family: 'Playfair Display', serif;
    text-align: center;
    align-content: center;
    align-items: center;
    opacity: 0.75;
    border: 1px solid #222;
}

#header h1 {
    text-transform: uppercase;
    line-height: 7px;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 1px;
    position: absolute;
    bottom: 6px;
    right: 1px;
    left: 4px;
    text-align: center;
    font-weight: 100;
}

#content h1 {
    text-transform: none;
    font-style: italic;
    font-weight: lighter;
    line-height: 5px;
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0px #fff;
    margin: 1px;
    bottom: 5px;
    right: 1px;
    left: 4px;
    text-align: center;
    font-weight: 100;
}

#content {
    overflow: scroll;
    overflow-x: hidden;
    height: 377px;
    padding: 4px;
    text-align: justify;
    color: #666;
    font-weight: 100;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 18px;
}

#content p {
    margin-top: 0px;
    letter-spacing: .5px;
    line-height: 22px;
}

#bottom {
    height: 40px;
    background-image: url('https://heck.computer/images/bitm.');
    background-position: bottom center;
    border: 1px solid #222;
}

#nav {
    text-align: center;
    font-size: 22px;
    text-transform: none;
    letter-spacing: .1px;
    font-style: italic;
    font-weight: lighter;
    font-family: ;
    margin-top: -8px;
    word-spacing: 5px;
}

#nav a {
    font-family: ;
    color: #000;
    opacity: 1;
    text-transform: uppercase;
    text-decoration: underline 1px wavy;
    text-decoration-color: rgb(0, 0, 0, 1)
}

#nav a:hover {
    color: rgb(0, 0, 0, 0);
    text-decoration-color: rgb(0, 0, 0, 1);
    top: 0px;
    left: 0px;
    position: relative;
}

#nav a:active {
    color: rgb(0, 0, 0, 1);
    text-decoration-color: rgb(0, 0, 0, 0);
    top: 0px;
    left: 0px;
    position: relative;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-bottom: 0px solid #fff;
    border-top: 0px solid #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-right: 1px solid #222;
    border-left: 1px solid #222;
}

::-webkit-scrollbar-button {
    background-color: #222;
    border-radius: 0px;
    height: 10px;
}
