div.cssmagic-online, div.cssmagic-offline {
	display: inline-block;
	margin-left: 2px;
	width: 5px;
	height: 5px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
}

div.cssmagic-online {
	border-color: #1AA91A;
	background-color: #1AD81A;
}

div.cssmagic-offline {
	border-color: #AA0000;
	background-color: #ff0000;
        text-decoration: blink;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-direction: alternate;
}

#information_server {
     font-size: 12px;
     font-family: "Times New Roman", Times, serif;
     color: inherit;
     padding-right: 4px !important;
}

@media all and (min-width : 350px) and (max-width : 700px) {
	#information_server {
	    display: none !important;
	}
}
