img::selection{background: transparent;color: transparent;}img::-moz-selection {background: transparent;color: transparent;}
::selection {color: transparent;text-shadow: 0px 0px 2px #000; }::-moz-selection {color: transparent;text-shadow: 0px 0px 2px #000; }
::-webkit-scrollbar {display: none;}
* {
scrollbar-color: #000 #000;
scrollbar-width:thin;
}
@font-face {
font-family:customfont1;
src:url(Silkscreen.ttf);
}
@font-face {
font-family:customfont2;
src:url(ProggyTinySZ.ttf);
}
body {
background:#fff;
color:#000;
text-align:left;
margin: 0;
font-family:customfont2;
font-size:12pt;
line-height:11px;
}
button:hover {
cursor:pointer
}
button {
background:none;
border:none;
margin:0;
padding:0;
margin-bottom:9px;
font-family:customfont2;
font-size:12pt;
line-height:11px;
text-decoration:1px dotted underline;
}
button > b {
margin-left:4px;
text-decoration:1px dotted underline #fff;
}

b {
font-family:customfont1;
font-size:9px;
font-weight:normal;
}
.sc {
margin:4%;
width:800px;
}
.lyr {
width:400px;
height:fit-content;
margin-left:350px;
top:76px;
position:absolute;
}
.tabcontent {
display:none;
padding-bottom:10px;
}
#info {
height:90px;
padding-bottom:12px;
}
#info > img {
width:90px;
height:90px;
border:1px dotted #000;
margin-right:7px;
float:left;
}
#info > b (
margin-left:0;
}