
@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;
}
table {
    width: 100%;
    font-size: 1em;
}
th {
    background-color: #D0D0D0;
    position: sticky;
    top: 0;
}
td {
    padding: 0.1em 0.3em !important;
}
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;
}

#loader {
    position: absolute;
    top: 20;
    left: 150;
    width: 20px;
    height: 20px;
    margin: 5px 0 0 5px;
    border: 5px solid #EDF4F6;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
  
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@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;
	}
}
