    /*<style>*/

	.clstatus {
		 margin-top:25%;
		 text-align:center;
	}

        #status.online {
            color: green;
        }        
        #status.offline {
            color: red;
        }


        #status.online::before {
            background: green;
        }
        #status.offline::before {
            background: red;
        }


   /* </style>*/