@charset "UTF-8";
@import "../resources.css";

#example-description {
	margin-right: 35%;
}

#example-description h3 {
	font-size: 105%;
	margin-top: 2em;
}

#example-sidebar {
	margin-bottom: 1em;
}

#example-separator {
	padding-bottom: 1px;
}

#example {
	margin: 2em 5% 0 5%;
	padding: 2%;
	border: 1px solid black;
	background-color: #fff1cc;
}

#example-learn-more {
	text-align: right;
	margin-top: 1em;
	font-size: 120%;
	white-space: nowrap;
}

#example-screenshot {
	margin: 2em 0;
}

#example-screenshot, #example-button {
	text-align: center;
}

.valuation-method {
	color: black;
	font-weight: bold;
}

.valuation-methods-nonbold .valuation-method {
	font-weight: normal;
}