@import "app-reset.css";

.box-application #sw_content { display: none; }
.box-application .app-yieldsrisks {
	margin-bottom: 30px;
	width: 998px;
}
.box-application .app-yieldsrisks:after {
	content: "";
	display: table;
	clear: both;
}
.box-application .app-yieldsrisks h2 {
	font-size: 26px;
	line-height: normal;
	margin-bottom: 20px;
}
.box-application .app-yieldsrisks h3 {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}

.box-application .app-yieldsrisks table.monthly tr th { height: 26px; }
.box-application .app-yieldsrisks table.monthly tr th:first-child { border-width: 0; }
.box-application .app-yieldsrisks table.monthly tr th.header-lightgray {
	background-color: #d9d8d8;
	font-weight: normal;
	border-width: 0;
	color: #3d3d3d;
}

.box-application .app-yieldsrisks table.monthly tr td {
	font-weight: bold;
	border-width: 0;
	text-shadow: none;
}
.box-application .app-yieldsrisks table.monthly tr td.positive { color: #55aa47; }
.box-application .app-yieldsrisks table.monthly tr td.negative { color: #d85735; }