@charset "UTF-8";

.updates-show h2 {
	font-size: 133%;
	font-weight: bold;
	margin-top: 1em;
}

.updates-show .related {
	border: solid 1px green;
	padding: 2px 5px;
	position: relative;
	top: 0;
	left: 300px;
	width: 338px;
}

.updates-show .related-none {
	height: 4em;
}

.updates-show .related h3 {
	color: green;
	font-size: 111%;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}

.updates-show .related ul {
	margin-left: 22px;
}

.updates-show .related ul li {
	list-style-image: url(../../images/updates/show/related-updates-link.png);
}

.updates-show .method-link {
	margin-left: 2em;
}

.updates-show .history p,
.updates-show .history dl,
.updates-show .history ol,
.updates-show .history ul,
.updates-show .method p,
.updates-show .method dl,
.updates-show .method ol,
.updates-show .method ul {
	line-height: 1.33em;
}

.updates-show .history p,
.updates-show .method p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.updates-show .history ol,
.updates-show .history ul,
.updates-show .history dl dd,
.updates-show .method ol,
.updates-show .method ul,
.updates-show .method dl dd {
	margin-left: 2.5em;
}

.updates-show .history ol li,
.updates-show .method ol li {
	list-style-type: decimal;
}

.updates-show .history ul li,
.updates-show .method ul li {
	list-style-type: disc;
}

.updates-show .history ul ul li,
.updates-show .method ul ul li {
	list-style-type: circle;
}

.updates-show .history em,
.updates-show .method em {
	font-style: normal;
	color: red;
}

.updates-show .history h3 {
	font-size: 122%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

.updates-show .history h4 {
	color: blue;
	font-size: 111%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

.updates-show .history h5 {
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.updates-show .method {
	border-top: solid 2px silver;
	margin-top: 2em;
}

.updates-show .method h3 {
	color: #0084ff;
	font-size: 155%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

.updates-show .method h4 {
	font-size: 122%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
