.online
{	
	color: green; 
	font-weight: bold;
	text-align: center;
}
.ofline
{	
	color: black; 
	font-weight: bold;
	text-align: center;
}
.add_date
{
width: 100;
color: black; 
font-size: 12px;
 white-space: nowrap; /* щоб слова не переносились на новий рядок*/
	text-align: right;

}