/* clock.css
---------------------------------------- */
p.responsive-center {
	display: none;
}

p.responsive-clock {
	margin-top: 4px;
}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
{
p.responsive-clock {
	float: none;
	margin-bottom: 5px;
	text-align: center;
}

p.responsive-last-visit-date {
	text-align: center;
	margin: 0;
	float: none;
}
}