/* center-clock Style
---------------------------------------- */
.center-clock {
	background-image: url('./images/clock.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin-top: 23px;
	padding-top: 16px;
	color: #105289 !important;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana;
	height: 45px;
	text-align: center;
}

p.responsive-center {
	display: none;
	text-align: center;
	margin: 0;
}

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