/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}
.heading{font-size: 25px; color: #373e4a;}
.red { color:red; }

	/*	.status {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 5px;
    padding: 12px;
    position: relative;
    text-transform: uppercase;background: #fee856 none repeat scroll 0 0;
    color: #555;
    text-shadow: 1px 1px 1px #fff;
}*/
/*.offline{ background: #888 none repeat scroll 0 0;
    color: #fff;
    text-shadow: 1px 1px 1px #000;    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 5px;
    padding: 12px;
    position: relative;
    text-transform: uppercase;}*/
	.offline {
    background: transparent none repeat scroll 0 0;
    color: #f44;
    text-align: center;
    text-shadow: none;
}
.online {
    background: #fee856 none repeat scroll 0 0;
    color: #555;
    text-shadow: 1px 1px 1px #fff; font-size: 18px;
    font-weight: bold; padding:10px;
}
	
/*	.online{ background: #1F671F none repeat scroll 0 0;
    color: #fff;
    text-shadow: 1px 1px 1px #000;    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 5px;
    padding: 12px;
    position: relative;
    text-transform: uppercase;}*/
	
	.dash { width:675px; float:left; }
	
	.dash h4 { font-weight:bold; }