body.webview {
	background: #252525 url(../images/webview/webview_bg.png) top repeat-x;
}

div#webview_container {
	position: relative;
	width: 460px;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 4em 10px;
}

img.header,
img.subtitle {
	margin-left: -10px;
}

div#si_info,
div#lmb_info {
	width: 50%;
}

div#si_info {
	float: left;
	margin-left: -10px;
}

div#lmb_info {
	float: right;
}

div#webview_container h1 {
	font-size: 12px;
	text-align: left;
	margin-bottom: 0.4em;
	color: #3696ff;
	text-shadow: 0 1px 1px #000;
}
div#webview_container h2 {
	font-weight: normal;
	font-size: 12px;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
}
div#webview_container p {
	text-align: left;
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4;
	color: #b2b2b2;
}

.si_description {
	margin-left: 15px;
}

.lmb_description {
	margin-left: 10px;
}

a {
	text-decoration: underline;
}

.hidden {
	display: none;
}
.shown {
	display: inline;
}