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

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

/*BACKGROUNDS*/
/*background-position*/
.table_cont {background-position: top;}
/*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);}
A:link, A:visited, .comment {color: rgba(227,101,40,1);}
A:hover {color: rgba(254,206,49,1);}
.charts_trans {color: rgba(255,255,255,1);}
/*font*/
/*font-family*/
body, .charts_trans {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
/*font-size*/
.td_charts_bl {font-size: 1px;}
.scaps {font-size: 13px;}
body, .comment {font-size: 14px;}
.charts_trans {font-size: 20px;}
/*font-weight*/
.comment {font-weight: normal;}
.charts_trans {font-weight: bold;}
/*text-decoration*/
A {text-decoration: none;}
A {white-space: nowrap;}
/*text-align*/
body {text-align: justify;}
.comment, .charts_trans, .scaps {text-align: center;}
.td_charts_h {text-align: left;}

/*SIZE*/
/*width*/
.table_cont {width: auto;}
.t_fsize {width: 100%;}
.td_charts_h, .td_charts_d, .scaps {min-width: 100px; max-width: 200px;}
.about {width: 983px;}
body {width: 1000px;}
/*height*/
.about {height: 100%;}
.t_fsize {height: 0px;}
.td_charts_bl {height: 5px; min-height: 5px; max-height: 5px;}
.scaps {height: 32px; min-height: 32px; max-height: 32px;}

/*MARGINS*/
body {margin: auto;}

/*PADDING*/
table, td, .td_charts_bl {padding: 0px;}
/*padding-left*/
.about {padding-left: 12px;}
/*padding-right*/
.about {padding-right: 1px;}
body {padding-right: 9px;}
.td_charts_h, .td_charts_d, .scaps {padding-right: 10px;}
/*padding-top*/
.comment {padding-top: 6px;}
.about {padding-top: 9px;}
/*padding-bottom*/
.about {padding-bottom: 9px;}
.comment {padding-bottom: 10px;}
