.worldTime abbr {
	border-bottom: 1px dashed #ccc;
}

#landmark_hint {
	clear: both;
	width: 100%;
}

legend {
	width: auto !important;
}

.worldTime hr {
	height: 2px;
	color: #eee;
	margin: 0 -4px;
	padding: 0;
}

.world-time {
	clear: both;
	border-collapse: collapse;
	border: 2px solid #ddd;
	margin: 40px auto;
}

.world-time tr.clock td,
.world-time tr.monthName td {
	width: auto;
}

.world-time .monthName td {
	font-size: 1.6em;
}
.world-time .dayNames td {
	font-size: 1.2em;
}

.world-time .dayNames td,
.world-time .monthName td {
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	color: #666;
}

.world-time td {
	text-align: right;
	font-size: 1.2em;
	border: 1px solid #ddd;
	border-right: 2px;
	height: 1.9em;
	width: 1.9em;
}

.world-time tr td#landmarkDate {
	background-color: #cfb;
}

.world-time .evenRow td {
	background-color: #eee;
}

.world-time tr.clock td {
	text-align: center;
	font-size: 2.8em;
	font-weight: bold;
	background-color: #eee;
	color: #666;
	border-top: 2px;
}

h4 {
	text-align: center;
	font-size: 1.8em;
}

.worldTime dl dt,
.worldTime dl dd {
	font-size: 1.2em;
	float: left;
	height: 20px;
	padding: 0;
	margin: 0;
}

.worldTime dl dd {
	width: 200px;
}

.worldTime dl dt {
	font-weight: bold;
	width: 100px;
	clear: left;
}

.extra-holder {
	margin: 20px 0 0 20px;
	background-color: #ccc;
}
