article.wbmpage {
	position: absolute;
	left: 159px;
	bottom: 0px; right: 0px;
	overflow: scroll;
	top: 386px;
}
article.wbmindex {
	position: static;
	margin-left: 160px;
	overflow: inherit;
}
article.wbmpage>header {
	height: auto;
	border-bottom: 0;
	margin-left: 20px; margin-top: 12px;
}
article.wbmpage>header.index {
	padding-bottom: 8px;
	border-bottom: #ccc 1px solid;
}

article.wbmpage>section {
	margin-left: 20px;
	margin-right: 20px;
}
article.wbmpage>section#countrysection {
	margin-top: 13px;
}
table#ts {
	width: 100% !important;
}
table#ts td, table#ts th, table#ts tfoot th {
	font-family: Roboto, sans-serif;
}
table#wbmupdates {
	margin-left: 0; 
}
table.data td {
	padding: 2px 6px;
}

article.wbmpage img#smap {
	margin-top: -6px;
}

figure.si_wbm {
	background-color: #eee;
}
article.wbmpage + div#map {
	height: 385px; left: 159px; top: -1px
}
article.wbmpage section kbd {
	font-weight: bold;
	font-size: 16px;
	background-color: #eee;
}
div.tooltip, article.wbmpage section kbd {
	font-family: Roboto, Calibri, Arial, helvetica, sans-serif;
}

article.wbmindex img.rightimg {
	float: right;
	padding: 0px;
	margin-left: 10px; margin-right: 0px; margin-top: 4px; margin-bottom: 4px; 
	border-style: solid; border-color: #ccc; border-width: 1px;
	max-width: 80%;
}
article.wbmindex h2 {
	margin-top: 20px;
}
article.wbmindex h2:first-child {
	margin-top: 13px;
}

article.wbmindex li, article.wbmindex section p {
	margin-top: 5px; 
}
article.wbmindex section em {
	font-style: normal;
	font-weight: bold;
}
article.wbmindex section li a {
	font-weight: bold;
}

/*** index date ***/
article.wbmpage header div.expl {
	position: absolute;
	top: 490px; right: 0;
	width: 180px;
	padding: 5px; padding-left: 8px; padding-bottom: 2px;
	margin: 10px; margin-right: 0;
	background-color: #eee;
	border: solid #ccc 1px; border-right: 0;
}

/*** wbm index pages ***/
figure#wbmintro {
	display: block;
	position: relative;
	left: 159px; width: 101%; width: calc(100% - 158px); top: 0;
	margin: 0;
	border-bottom: #ccc solid 1px;
	border-left: #ccc solid 1px;
	padding: 0;
	height: 500px;
	overflow: hidden;
}
figure#wbmintro>div {
	position: absolute;
}
div#wbmintroimg1, div#wbmintroimg2 {
	height: 500px; width: 100%;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
figure#wbmintro div.wbmintrotextbox {
	margin: 0px; top: 430px;
	height: 70px; width: 100%;
	background-color: rgba(128,128,128,0.5);
}
div#wbmintrotext {
	padding-left: 20px; padding-top: 2px;
	font-size: 46px; color: white; font-variant: small-caps; font-weight: bold;
	text-align: left; white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
div#wbmintrotext a {
	color: white;
}

/* helpdiv */

div#wbmhelpdiv {
	background-color: #f9f9f9;
	visibility: hidden;
}
div#wbmhelpdiv iframe#helpframe {
	position: absolute;
	width: 240px; top: 0px;
	height: 100%; left: 0px;
	padding-left: 10px;
}

/* logo */
figure#wbmlogo {
	position: absolute;
	margin: 0px; padding: 0px;
	left: 0px; top: 0px;
	width: 159px; height: 125px;
	border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px;
	border-style: solid; border-color: #ccc;
	background-image: url('/images/wbm/logo159q.png');
	background-size: auto;
}

@media screen and (max-height: 850px) {

/* logo */
figure#wbmlogo {
	width: 78px; height: 62px;
	background-size: 100%;
	background-position: bottom left;
}
figure#wbmlogo {
	background-size: 145%;
}

}

@media screen and (max-height: 750px) {

/*** wbm index pages ***/
figure#wbmintro {
	height: 350px;
}
figure#wbmintro div.wbmintrotextbox {
	top: 290px; height: 60px;
}
div#wbmintrotext {
	font-size: 41px; padding-top: 1px;
}
article.wbmpage header div.expl {
	top: 340px;
}

}


@media screen and (max-height: 500px) {

/*** wbm index pages ***/
figure#wbmintro {
	height: 250px;
}
figure#wbmintro div.wbmintrotextbox {
	top: 200px;
}
div#wbmintrotext {
	font-size: 36px; padding-top: 0px;
}
article.wbmpage header div.expl {
	top: 240px;
}

}


@media print {

article.wbmpage {
	position: static;
	height: auto; top: auto;
	overflow: visible;
}
article.wbmpage img#smap {
	width: 120px; height: 50px;
	display: block !important;
}

}