.bold {
	font-weight:bold;
}
.red {
	color:red; 
}
.orange {
	color:orange; 
}
.green {
	color: green; 
}
.historical_uptimes {
	padding-top: 15px;
}
.image_padding  {
	padding-top: 10px;
}
@media (max-width:768px){
	.response_graph{
		height: 150px;
		width: 300px;
	}
	
	body {
		background-color: #F5F6F1;
	}
	
}

@media (max-width:1280px){
	.response_graph{
		height: 150px;
		width: 400px;
	}
	
	
	body {
		background-color: #F5F6F1;
	}
	
	.content{
		width: 100% !important;
	}
}

@media (min-width:1281px){
	.response_graph{
		height: 150px;
		width: 500px;
	}
	
	/*body { 
		background:url(../bg.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}*/
	body {
		background-color: #F5F6F1;
	}
}