@CHARSET "UTF-8";

@font-face {
  font-family: "MyriadProLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/myriadpro-light-webfont.woff") format("woff");
}

@font-face {
  font-family: "Open Sans Light";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype");
}

h1 {
    margin-bottom: 8px;
    font-family: Open Sans Light, MyriadProLight,Helvetica,Arial,sans-serif;
    font-size: 36px;
    color: #333;
    margin-top:5px;
}

h2 {
    margin-bottom: 5px;
    font-family:Open Sans Light, MyriadProLight,Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #333;
     margin-top:3px;
}
ul {
	padding:10px 0px 10px 20px;
	margin:0px;
}

.graph {
    height: 400px;
}

.spinner {
    position: absolute;
    width: 64px;
    height: 64px;
    background-image: url('../img/loading.gif');
    z-index: 1000;
}

.spinner-small {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('../img/loading-small.gif');
    z-index: 1000;
}

.refresh_icon {
    position: absolute;
    width: 20px;
    height: 24px;
    right: 5px;
    top: 5px;
    background-image: url('../img/refresh_icon.png');
    cursor: pointer;
}
.footer {
	position: absolute;
	bottom: 0;
	background-color: #E8E8E8;
	width: 100%;
	text-align: center;
}

li {
	list-style-type: disc;
}

#content {
	background: url("../img/bg_circuit-2.png") no-repeat scroll center center / cover rgba(255, 255, 255, 0.9) ;
	background-position: 0px 70px;
	background-attachment: scroll;
}

body {
	overflow:hidden
}

.graph {
    height: 400px;
}

.spinner {
    position: absolute;
    width: 64px;
    height: 64px;
    background-image: url('../img/loading.gif');
    z-index: 1000;
}

.spinner-small {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('../img/loading-small.gif');
    z-index: 1000;
}

.refresh_icon {
    position: absolute;
    width: 20px;
    height: 24px;
    right: 5px;
    top: 5px;
    background-image: url('../img/refresh_icon.png');
    cursor: pointer;
}
.footer {
	position: absolute;
	bottom: 0;
	background-color: #E8E8E8;
	width: 100%;
	text-align: center;
}

.modal {top:20%;}

@media (max-width: 768px) {
*.hljs {
    font-size: 10px;
  }
}
