.current-visitor-online {
    display: table;
    font-weight: bold;
    width: 100%;
    padding: 5px;
	.tracking-label {
	    display: table-cell;
	}
	
	.tracking-value {
	    display: table-cell;
	    color: #000DFF;
	    width: 60%;
	}
}

.total-visitor {
    display: table;
    width: 100%;
    padding: 5px;
    
	.tracking-label {
	    display: table-cell;
	}
	
	.tracking-value {
	    display: table-cell;
	    color: rgb(255, 77, 0);
	    font-weight: bold;
	    width: 60%;
	}
}