* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
}
BODY {
 max-width: 1280px;
 min-width: 360px;
 margin: 4px auto;
 background-color:#000000;
 color:#c0c0c0;
 font-size:100%;
 font-family:Verdana, Arial, Tahoma, sans-serif;
 /*width: 100vw;*/
 outline: none;
 box-sizing: border-box;
 /*overflow-x: hidden;*/
 display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
 overflow-y: auto;
}
#tooltip{
 background:#FFFFFF;
 border:1px solid #666666;
 color:#333333;
 font:menu;
 margin:0px;
 padding:3px 5px;
 position:absolute;
 visibility:hidden;
 z-index:0;
}
TH, TD, TR {
 margin:0;
 border:0;
 border-color:yellow;
 padding:0;
 text-align:left;
 vertical-align:middle;
}
TABLE {
 /*font-size:16px;*/
 font-size:100%;
 width:100%;
 text-align:justify;
 margin:0;
 border:0;
 border-color:yellow;
 padding:0;
 border-spacing: 0;
}
.h {
  display: none;
  visibility: hidden;
}
.cont {
  display: inline-block;
  /*margin: 6px 2px;*/
  width: 100%;
}
/*.cont {
  box-shadow: 0px 0px 10px #00ffff;
}*/
.wrapper .cont .fdiv {
  margin-top: 4px;
}
.wrapper{
  padding: 20px 0;
}

@media screen and (min-width:500px) {
	.cont {
		padding: 8px;
	}
}
IMG {
 max-width: 100%;
 height: auto;
 border:0;
}
.desc {
 color:white;
}
.s3 {
 font-size: large;
}
.fh {
 color:#d9ac25;
}
.d3 {
 color: #d9ac25;
}
.d2 {
 color:white;
}
.d1 {
 color:yellow;
}
.d0 {
 color:red;
}
.n {
/* height:45; */
 padding:4px;
 width:100%;
 text-align:left;
 vertical-align:text-top;
 background-color:#404040;
 line-height: 1.4em;
}
.n:nth-last-child(2n) {
 background-color:#161616;
}
.code {
 margin:4px;
 font-family:Courier, Arial, sans-serif;
 font-size:100%;
 border:#dfdfdf;
 border-style:solid;
 border-left-width:1px;
 border-top-width:1px;
 border-right-width:1px;
 border-bottom-width:1px;
 background-color:#f5f5f5;
 color:#000000;
}
H5 {
 font-size:112.5%;
}
HR {
 width:50%;
 color:#f4d529;
 height:1px;
 text-align:left;
}
LI {
 font-size:95%;
}
A {
 font-weight:bold;
 color:#d9ac25;
 text-decoration:none;
}
A:active {
 color:#fac101;
 text-decoration:underline;
}
A:hover {
 color:#fac101;
 text-decoration:underline;
 background-color:#534001;
}
.dead {
 font-weight:bold;
 color:#d9ac25;
 text-decoration:line-through;
}
A:hover.dead {
 text-decoration:line-through;
}
.str {
 text-decoration:line-through;
}
.fh {
 height:100%;
}
.fdiv {
 width:100%;
}
.fw {
 font-size: 75%;
 text-align: center;
 width: auto;
 margin: 0 auto;
}
.fw span {
 background: #000;
 padding: 0 4px;
}
.fdiv {
 text-align: right;
 vertical-align: bottom;
}
.fdiv img {
 width: 88px;
 height: 31px;
 max-width:88px;
}
.m {
 background-color: #606060;
 font-size: 0.95em;
 max-width: 480px;
 min-width: 360px;
 display: flex;
 flex-wrap: wrap;
 margin: 0 auto;
 align-items: flex-start;
 /*border: 4px solid transparent;*/
}
.sm {
 min-width: 120px;
 height: 1.5em;
 white-space: nowrap;
 overflow: hidden;
 padding: 0;
 margin: 0;
 display: flex;
 /*justify-content: center;*/
 justify-content: space-around;
 align-items: center;
}
.sm:hover {
 color:#fac101;
 text-decoration:underline;
 background-color:#534001;
}

.sm p {
	width: 100%;
	height: 100%;
	text-align: center;
	min-width: 120px;
}

@media screen and (max-width:500px) {
	.m {
		max-width: 360px;
	}
	/*body {
		width: calc(100% - 9px);
	}*/
    /*.cont {
        padding-left: 16px;
        padding-right: 16px;
    }*/
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width:359px) {
	.m {
		max-width: 100%;
		min-width: 100%;
		justify-content: center;
	}
	body {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
}
pre {
 max-width: 100%;
 min-width: 100px;
 overflow: scroll;
 white-space:pre-wrap;
}
/*pre::-webkit-scrollbar { 
    display: none; 
}*/
.rel_l, .rel_r {
 position: relative;
 vertical-align: top;
 top: 0;
}
.rel_r {
 right: 0;
 float: right;
}
.rel_l {
 position: relative;
 vertical-align: top;
 left: 0;
 float: left;
}
h1 {
 text-align:center;
 font-size: 1.3em;
}
.author {
 font-size: small;
}
.w160 {
 width: 160px;
}
.w100p {
 width: 100%;
}
.h100p {
 height: 100%;
}
/*::-webkit-scrollbar-button {
    width: 5px;
    height: 0;
    background-image: url('');
    background-repeat: no-repeat;
}

::-webkit-scrollbar-track {
    background-color: #404040;
}

::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #161616;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #080808;
}

::-webkit-resizer {
    width: 4px;
    height: 0;
    background-image: url('');
    background-repeat: no-repeat;
}


::-webkit-scrollbar {
    width: 9px;
}*/

::-webkit-scrollbar {
    width: 10px;
    background-color: #161616;
}

::-webkit-scrollbar-thumb {
    background-color: #f90a23;
    /* background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); */
    background-image: -webkit-linear-gradient(45deg,#404040 25%, transparent 25%, transparent 50%, #404040 50%, #404040 75%, transparent 75%, transparent);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #161616;
}

.brcr {
    width: 100%;
    border: none;
    padding: 0 3px;
    background: transparent;
    list-style: none;
    margin: 10px 0;
    color: #606060;
	display: flex;
}
.brcr .brcr_i  {
	display: inline-flex;
	font-height: 12px;
}
.brcr .brcr_i + .brcr_i:before {
    /* padding: 0 5px; */
    content: ">";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.brcr a, .brcr a:active, .brcr a:visited, .brcr a:hover  {
    color: #606060;
    transition: all 0.2s ease;
    text-decoration: none;
    font-weight: 600;
}
.brcr .brcr_i:first-child {
    margin-right: 3px;
}
ul {
    list-style-position: inside;
}

