body{
    font-family: 'model d mono';
    a, a:link{color: var(--text);}
    a:hover{color: var(--hover);}
    background-color: var(--bigbg);
    .crt::before{
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 2;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
    }
    .overall{
    background-color: var(--bg); 
    max-width: 728px;
    height: fit-content;
    display: flex;
    position: static;
    flex: 1 1 auto;
    margin: auto;
    justify-content: center;
    flex-direction: column;
    color: var(--text);
    font-size: 16px;
    .mainbox{
    max-width: 728px;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    position: static;
    flex: 1 1 auto;
    flex-direction: column;
    border: 5px solid var(--border);
    .headerbanner{
    max-height: fit-content;
    max-width: fit-content;
    display: flex;
    position: static;
    float: left;
    flex: 1 1 auto;
    margin: auto;
    justify-content: left;
    flex-direction: column;
    border-bottom: 5px solid var(--border);
    }
    .decisions{
    min-height: 600px;
    max-width: 728px;
    display: flex;
    flex-wrap: wrap;
    position: static;
    flex: 1 1 auto;
    flex-direction: row;
    border-bottom: 5px solid var(--border);
    .fullbar{
    max-width: 165px;
    flex: 1 1 20%;
    flex-direction: column;
    height: 600px;
    overflow: auto;
    }
    .fullbar::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    }
    .fullbar::-webkit-scrollbar-track{
    background: var(--border);
    }
    .fullbar::-webkit-scrollbar-thumb{
    background: var(--text);
    }
    .infoplace{
    flex: 1 1 75%;
    display: flex;
    flex-wrap: nowrap;
    position: static;
    flex-direction: column;
    height: 600px;
    max-width: 563px;
    overflow: auto;
    .infoplacet{
    margin-top: -10px;
    margin-left: 5px;
    margin-right: 5px;
    .listt{
    margin-top: -15px;
    margin-left: -10px;
    }
    .playlists{
    display: flex;
    position: static;
    margin-top: -15px;
    flex-direction: column;
    .splaylist{
    position: static;
    display: flex;
    flex: 1 1 auto;    
    flex-wrap: wrap;
    flex-direction: column;  
    .albumc{
    position: static;
    display: flex;
    flex: 1 1 auto;
    margin-top: 5px;
    margin-left: 10px;
    max-height: 90px;
    max-width: 90px;
    border: 2px solid var(--border);
    }
    .plist{
    position: static;
    display: flex;
    flex: 1 1 auto;
    max-width: 563px;
    max-height: fit-content;
    margin-top: -12px;
    margin-left: 10px;
    margin-right: 5px;
    flex-direction: column;
    .songl{
    margin-top: -30px;
    margin-right: 5px;
    margin-left: -5px;
    margin-bottom: -10px;
    }
    }
    }
    }
    }
    }
    .infoplace::-webkit-scrollbar{
    width: 2px;
    height: 2px;
    }
    .infoplace::-webkit-scrollbar-track{
    background: transparent;
    }
    .infoplace::-webkit-scrollbar-thumb{
    background: transparent;
    }
    @media screen and (max-width:600px){
    .fullbar{
    display: none;
    }
    .infoplace{
    flex: 1 1 auto;
    }
    }
    }
    .jumpto{
    max-width: 728px;
    max-height: 50px;
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
    position: static;
    flex: 1 1 auto;
    flex-direction: row;
    border-bottom: 5px solid var(--border);
    font-size: 14px;
    .jumptot{
    margin-top: -10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -10px;
    }
    }
    .jumpto::-webkit-scrollbar{
    width: 2px;
    height: 2px;
    }
    .jumpto::-webkit-scrollbar-track{
    background: transparent;
    }
    .jumpto::-webkit-scrollbar-thumb{
    background: transparent;
    }
    .additions{
    height: fit-content;
    max-width: 728px;
    display: flex;
    flex-wrap: wrap;
    position: static;
    flex: 1 1 auto;
    flex-direction: row;
    border-bottom: 5px solid var(--border);
    font-size: 14px;
    justify-content: center;
    text-align: center;
    a{text-decoration: none;}
    .additionst{
    margin-top: -10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -10px;
    }
    }
    .normalnav{
    min-height: fit-content;
    max-width: 728px;
    display: flex;
    flex-wrap: wrap;
    position: static;
    flex: 1 1 auto;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    .normalnavt{
    margin-bottom: 2px;
    }
    .button{
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    background-color: var(--text);
    font-family: 'model d mono';
    color: var(--button);
    font-size: 10px;
    }
    .button:hover{
    background-color: var(--hover);
    }
    }
    @media screen and (max-width:600px){
    .decisions{
    flex-direction: column;
    }
    }
    }
    @media screen and (max-width:600px){
    .mainbox{
    font-size: 14px;
    }
    }
    }
}
