h3{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 5px 0;
}

.viewHtmlButton{
    display: block;
    text-align: right;
}

.viewHtml{
    font-weight: bold;
}

.worldClock{
	/*float: left;*/
	margin: 5px 0px 32px 0px;
}

.worldTitle {
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	color: #b75c01;
	line-height: 22px;
}

.world_description {
	padding: 5px 0;
/*	float: left;
	clear: both;*/
}

.left.tabs {
	width: 100%;
	/*float: left;*/
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 62.5%;
}

.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* IE 9, 10 & 11 */
@media screen and (min-width:0\0) { 
/* ie */
.intrinsic-container-16x9 {
  padding-bottom: 52.5%;
}
}
_::-moz-svg-foreign-content, :root .intrinsic-container-16x9 {
  padding-bottom: 62.5%;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .intrinsic-container-16x9 {
  padding-bottom: 62.5%;
}
}