/* BODY */
*{
	margin: 0; 
	padding: 0; 
}
body{
	text-align: center;
	font: .8em Georgia, "Times New Roman", Serif; 
	color:#777; /* Text color */
}
body.disabled:before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0,0,0, .3);  
}

.spinner {
    z-index: 2;
}

/* GENERAL */
a{ 
	color: #1D50A8; 
	text-decoration: none; 
}
a:hover{ 
	color: #1D26A9; 
	text-decoration: underline; 
}
p{ 	
	padding-bottom:5px;
}
h1 { font-size: 3em; font-weight: normal; font-style: italic; }
	h1 a {color: #004C99; text-decoration: none; }
	h1 a:hover {color #003366; text-decoration: underline; }
h2 { font-weight: normal; font-size: 2.6em; }
    h2 a {color: #004C99; text-decoration: none; }
    h2 a:hover {color #003366; text-decoration: underline; }
h3 { font-size: 1.5em; font-weight: normal; }
    h3 a {color: #004C99; text-decoration: none; }
    h3 a:hover {color #003366; text-decoration: underline; }
h4 { font-size: 1.3em; font-weight: normal; }
	h4 a {color: #004C99; text-decoration: none; }
    h4 a:hover {color #003366; text-decoration: underline; }

#wrapper{
	width: 960px;
	margin:0 auto;
	text-align:left;
}

/* HEADER */
#header{
	border-bottom: 1px solid #ddd;
}
#center_header{
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	height:100px;
	width:800px;
	margin:10px auto 10px;
}
#left_header{
	padding-left:20px;
   	float:left;
   	font-size:30px;
   	line-height:100px;
   	width:450px;
}
#menu{
    text-align:right;
	float:right;
	height: 30px;
	margin: 42px 0 0;
	width: 250px;
	padding-right:20px;
}
#menu li { 
    text-align:left;
	display: inline; 
	list-style: none; 
}
#menu li a{
	font-size: 15px;
	font-weight: bold;
	padding: 8px 12px;
}	
#menu li a:hover{
	background: #ddd;
}

#content{
	padding: 30px 100px 10px 100px;
	width:760px;
}

#scan {
    text-align:center;
}

input[type=button] {
    padding:5px 15px;
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #1D50A8;
}
input[type=button]:hover{ 
	color: #1D26A9; 
}

.details {
    padding: 10px 100px 10px 30px;
}
.poor {
    color:#FF0000;
}
.average {
    color:#FFA500;
}
.good {
    color:#008000;
}

.plot-meta {
    margin: 8px 0 4px;
    color: #666;
}

.plot-container {
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: 16px 0 24px;
    padding: 20px 16px 12px;
    background: #fafafa;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    box-sizing: border-box;
}

.plot-container canvas {
    display: block;
    width: 100% !important;
    height: auto !important;
}

/* FOOTER */
#footer{
	border-top: 1px solid #ddd;
	height:30px;
	padding-top:10px;
	clear:both;
	text-align:center;
}
