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% 3px, 5px 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;
    border-right: 5px solid var(--border);
    .eye{
    display: flex;
    }
    .fullbartnorm{
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -10px;
    flex-direction: column;
    flex-wrap: wrap;
    .navbutton{
    width: 100%;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    border: none;
    background-color: var(--buttonbg);
    font-family: 'model d mono';
    color: var(--buttontext);
    font-size: 14px;
    text-align: center;
    }
    .navbutton:hover{
    background-color: var(--hover);
    }
    }
    .fullbartsmall{
    margin-top: -10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -10px;
    display: none;
    }
    .button{
    margin-top: -10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -10px;
    flex: 1 1 auto;
    height: fit-content;
    .sitebutton{
    margin-top: -13px;
    }
    }
    }
    .fullbar::-webkit-scrollbar{
    width: 0px;
    height: 0px;
    }
    .fullbar::-webkit-scrollbar-track{
    background: transparent;
    }
    .fullbar::-webkit-scrollbar-thumb{
    background: transparent;
    }
    .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;
    margin-bottom: -10px;
    .olist{
    margin-left: -10px;
    margin-right: 5px;
    }
    .changelog{
    position: static;
    flex: 1 1 auto;
    height: 210px; 
    overflow: auto;   
    margin-top: -12px;
    margin-right: 5px;
    }
    .changelog::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    }
    .changelog::-webkit-scrollbar-track{
    background: var(--text);
    }
    .changelog::-webkit-scrollbar-thumb{
    background: var(--border);
    }
    }  
    .split{
    margin-top: 10px;
    position: static;
    display: flex;
    flex-direction: row;
    .splitin{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -10px;
    width: 250px;    
    .moodpics{
    border: 2px solid var(--border);
    margin-top: -12px;
    margin-bottom: 5px;
    height: 100px;
    width: 100px;    
    }
    }
    }
    .blinkies{
    position: static;
    padding: 10px;
    max-height: fit-content;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    margin: 2px;
    margin-left: 0px;
    .cblink{
    margin-left: 5px;
    flex-direction: column;
    max-height: fit-content;
    }
    }
    .extra{
    position: static;
    flex: 1 1 auto;
    height: fit-content; 
    border-top: 5px solid var(--border);
    a, a:link{text-decoration: none; color: var(--hoverall);} a:hover{color: var(--hover);}
    }
    @media screen and (max-width: 600px){
    .split{
    flex-direction: column;
    .splitin{
    width: fit-content;
    flex: 1 1 100%;
    }
    }
    .blinkies{
    flex-direction: column;
    }
    }
    }
    .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{
    border-right: none;
    border-bottom: 5px solid var(--border);
    max-height: 70px;
    max-width: none;
    flex: 1 1 auto;
    .eye{
    display: none;
    }
    .fullbartnorm{
    display: none;
    }
    .fullbartsmall{
    display: flex;
    }
    }
    .infoplace{
    flex: 1 1 auto;
    height: 530px;
    }
    }
    }
    .acknowledgementofCountry{
    max-width: 728px;
    height: fit-content;
    display: flex;
    flex-wrap: nowrap;
    position: static;
    flex: 1 1 auto;
    flex-direction: row;
    border-bottom: 5px solid var(--border);
    font-size: 14px;
    justify-content: center;
    text-align: center;
    .acknowledgementofCountryt{
    margin-top: -10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -10px;
    }
    }
    .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;
    .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;
    }
    }
    }
}