@import "https://fonts.googleapis.com/css?family=Open+Sans";

body {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    font-family: 'Open Sans',Arial,Helvetica;
    font-size: 12px;
}
h1 {
    color: #003366;
    font-size: 1.4em;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 1.1em;
    font-weight: normal;
}

th {
    background-color: #D0D0D0;
    position: sticky;
    top: 0;
}

td {
    font-size: 0.9em;
}
li {
    list-style-type: none;
}
dd {
    font-size: 0.8em;
}

dl {
    font-size: 0.8em;
}
ol {
    font-size: 0.8em;
}
a {
    font-size: 10pt;
}
p.irc_small {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000080;
    font-family: 'Open Sans',Arial,Helvetica;
    font-size: 8pt;
}
a.irc_small {
    font-size: 8pt;
}
a:link {
    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
a:visited {
    color: #800080;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
input.radio {
    background: none repeat scroll 0 0 #00FF00;
    color: #000000;
}
a.irc_black:link {
    color: #000000;
    text-decoration: none;
}
a.irc_white:link {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
pre {
    background: none repeat scroll 0 0 #FF0000;
    color: #0000FF;
    font-family: Verdana,Arial,Helvetica;
    font-size: 10pt;
}
div.left {
    margin-left: 10px;
}

div.foot {
    font-size: 8pt;
    margin-left: 10px;
}

.headcol {
  position: absolute;
  width: 5em;
  left: 0;
  top: auto;
  border-top-width: 1px;
  /*only relevant for first row*/
  margin-top: -1px;
  /*compensate for top border*/
}

.table-scroll {
	position:relative;
	max-width:100%;
	margin:auto;
	overflow:hidden;
	
}

.table-wrap {
	width:100%;
	overflow:auto;
}
@media screen and (min-width: 1200px) {
	table {
    font-size: 1.3em !important;
	}
}
@media screen and (max-width: 768px) {
	table {
    font-size: 1.1em !important;
	}
}
@media screen and (max-width: 700px) {
	table {
    font-size: 1em !important;
	}
}
@media screen and (max-width: 600px) {
	table {
    font-size: 0.9em !important;
	}
}
@media screen and (max-width: 550px) {
	table {
    font-size: 0.8em !important;
	}
}
@media screen and (max-width: 450px) {
	table {
    font-size: 0.75em !important;
	}
}
@media screen and (max-width: 300px) {
	table {
    font-size: 0.7em !important;
	}
}
/*@media screen and (max-width: 250px) {
	table {
    font-size: 0.65em !important;
	}
}
@media screen and (max-width: 200px) {
	table {
    font-size: 0.6em !important;
	}
}*/
