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

p.responsive-clock {
	margin-top: 
}

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

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