/* Enter Your Custom CSS Here */
.post-block.post-image-60 .title h3 {
	
	font-size: 18px;
	line-height: 1.5em;
	margin-top: -6px;
	overflow: hidden;
}

.background-stats-api {
	
	color: #595858;
	font-weight: bold;
  /*text-shadow: 2px 2px #474747;*/
	border-radius: 10px;
	
	padding: 10px;
	text-align: center;
}

.light-text {
	
	color: #cdcdcd;
	
}

.healthy {
	
	background: #cdeb8e; /* Old browsers */
	background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%);
	background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom, #cdeb8e 0%,#a5c956 100%);
}


.average {
	
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%); 
	background: -webkit-linear-gradient(top, #fefcea 0%,#f1da36 100%); 
	background: linear-gradient(to bottom, #fefcea 0%,#f1da36 100%);
}


.unhealthy {
	
	background: #f85032; /* Old browsers */
	background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
	background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
	background: linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
}


.dead {
	
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
}

.unavailable {
	
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
}

.dropdown-toggle {
	
	display: none !important;
}

.footable .form-control {
	
	background-color: #474747;
}