/*DISPLAY*/
/*display*/
body, .table_cont {display: block;}
/*position*/
.table_cont {position: relative;}
/*overflow*/
body {overflow-y: scroll;}

/*BORDERS*/
/*border style*/
table, .about, .td_charts_svg, .slider {border: solid;}
td, .table_cont, .t_fsize, .td_charts, .td_charts_h {border: none;}
table {border-width: 1px;}
.tdsizeIn {border-width: 0px;}
.tdsizeIn {border-bottom-width: 1px;}
.about, .td_charts_svg, .slider {border-width: 2px;}
/*border-radius*/
table, .about, .td_charts_svg {border-top-left-radius: 11px;}
table, .about, .td_charts_svg {border-top-right-radius: 11px;}
.slider {border-radius: 7px;}
/*border-color*/
table, td, .about, .td_charts_svg, .slider, .tdsizeIn {border-color: rgba(193,79,30,1);}
/*border-spacing*/
table, td {border-spacing: 0px;}

/*background-color*/
body {background-color: rgba(30,30,30,1);}
table {background-color: rgba(193,79,30,1);}
td, .about, .t_fsize {background-color: rgba(255,255,255,1);}

/*TEXT*/
html, body {text-rendering: geometricPrecision;}
/*color*/
body, .about {color: rgba(50,50,50,1);}
h1, A:link, A:visited, .comment, .res {color: rgba(227,101,40,1);}
A:hover, .res:hover {color: rgba(254,206,49,1);}
.res_sel {color: rgba(251,172,58,1);}
.charts_eng {color: rgba(255,255,255,1);}
/*font-family*/
body, .charts_eng {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
/*font-size*/
body, .comment, .tdsizeR {font-size: 14px;}
.tdsizeL {font-size: 13px;}
h1, .charts_eng {font-size: 20px;}
/*font-weight*/
h1, .comment {font-weight: normal;}
.charts_eng {font-weight: bold;}
/*font-italic*/
.tdresi {font-style: italic;}
/*text-decoration*/
A, .res, .res_sel {text-decoration: none;}
A {white-space: nowrap;}
/*text-align*/
body {text-align: justify;}
.comment, .charts_eng, .tdsl, .tdres, .tdresi, .tdresL, .tdresR, .tdsizeIn, .td_charts_svg {text-align: center;}
.tdsizeL {text-align: right;}
/*vertical-align*/
td {vertical-align: middle;}
.tdsizeIn, .tdsizeR, .td_charts_h {vertical-align: top;}

/*SIZE*/
/*width*/
.table_cont {width: auto;}
.t_fsize {width: 100%;}
.tdresL {width: 134px; min-width: 134px; max-width: 134px;}
.tdresR {width: 142px; min-width: 142px; max-width: 142px;}
.tdsize {width: 138px; min-width: 138px; max-width: 138px;}
.tdres, .tdresi {width: 139px; min-width: 139px; max-width: 139px;}
.tdsizeIn {max-width: 75px;}
.td_charts, .td_charts_h {min-width: 100px; max-width: 200px;}
.td_charts_svg {width: 958px;}
.about {width: 971px;}
body {width: 1000px;}
/*height*/
.about {height: 100%;}
.t_fsize {height: 0px;}

/*MARGINS*/
body {margin: auto;}
.tdsizeIn {margin-left: 2px;}

/*PADDING*/
table, td, tr {padding: 0px;}
.td_charts_svg {padding: 3px;}
/*padding-left*/
.td_charts {padding-left: 10px;}
h1 {padding-left: 11px;}
.about {padding-left: 12px;}
/*padding-right*/
body {padding-right: 9px;}
.about {padding-right: 12px;}
/*padding-top*/
li, .comment, .t_fsize {padding-top: 6px;}
.tdsizeL {padding-top: 1px;}
.about {padding-top: 9px;}
/*padding-bottom*/
li {padding-bottom: 5px;}
.comment, .tdsl, .tdres, .tdresi, .tdresL, .tdresR, .tdsizeL, .tdsizeR, .tdsize {padding-bottom: 10px;}
.tdsizeIn {padding-bottom: 2px;}
.about {padding-bottom: 12px;}

/*CURSOR*/
h1, .res, .res_sel {cursor: pointer;}

/*SELECTION*/
::-moz-selection {color: rgba(255,255,255,1); background: rgba(193,79,30,1);}
::selection {color: rgba(255,255,255,1); background: rgba(193,79,30,1);}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: rgba(30,30,30,0.3);
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: rgba(227,101,40,0.8);
  cursor: pointer;
  border-color: rgba(30,30,30,0.75);
}

.slider:hover::-webkit-slider-thumb {
  background: rgba(254,206,49,1);
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: rgba(227,101,40,0.8);
  cursor: pointer;
  border-color: rgba(30,30,30,0.75);
}

.slider:hover::-moz-range-thumb {
  background: rgba(254,206,49,1);
}
