body {
	font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, sans-serif;
	color: #555;
	text-align: center !important;
}
h1 {
	font-size: 18px;
	color: #336699;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 20px 8px 20px 8px;
	background-color: #fcfcfc;
}
.div_table {
	display: table;
	margin: auto !important;
	width: 100%;
}
.div_table > div {
	display: table-row;
}
.div_table > div > div {
	display: table-cell;
	padding: 8px;
	font-size: 13px !important;
	text-align: left !important;
	line-height: 150%;
}
.disclaimer {
	padding: 36px 36px 40px 36px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	font-size: 13px !important;
	line-height: 175%;
	text-align: left;
	width: 100%;
	background-color: #fcfcfc;
}
img {
	margin: auto !important;
}
.description_container {
	margin: auto;
	text-align: center;
	display: inline-block;
	max-width: 980px;
}
#ds_div {
	text-align: center;
}
.div_table {
	border-top: 1px solid #ececec;
}
.div_table.details > div:first-child > div {
	padding-top: 36px
}
.div_table.details > div:last-child > div {
	padding-bottom: 36px
}
.div_table:not(.details) > div:first-child > div {
	padding-top: 16px
}
.div_table:not(.details) > div:last-child > div {
	padding-bottom: 6px
}
.div_table > div > div:first-child {
	width: 1px;
	white-space: nowrap;
	opacity: 0.8;
}
b {
	font-size: 1.3em !important;
	opacity: 0.8;
}
.disclaimer > i {
	font-style: normal;
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 4px;
	font-weight: bold;
}
.disclaimer > div {
	margin-top: 8px;
	margin-bottom: 8px;
}
.success {
	color: #46a41c;
}
.warning {
	color: #d93025;
}

