.cb-factsheet {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	color: #222;
	line-height: 1.4;
	max-width: 900px;
}

.cb-factsheet h1 {
	font-size: 1.5rem;
	color: #0d5ab6;
	margin: 0 0 1rem;
}

.cb-factsheet h2 {
	font-size: 1.125rem;
	color: #0d5ab6;
	margin: 1.25rem 0 0.5rem;
	clear: both;
}

.cb-factsheet p {
	margin: 0 0 0.625rem;
}

.cb-factsheet .factsheet-field {
	margin: 0 0 0.625rem;
}

.cb-factsheet .factsheet-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1rem;
}

.cb-factsheet .factsheet-table th,
.cb-factsheet .factsheet-table td {
	border: 1px solid #ccc;
	padding: 0.375rem 0.5rem;
	text-align: left;
	vertical-align: top;
}

.cb-factsheet .factsheet-table th {
	background: #f0f4f8;
	width: 40%;
}

.cb-factsheet .factsheet-table tr.factsheet-table-title th {
	width: auto;
	text-align: left;
}

.cb-factsheet .factsheet-img {
	width: 80px;
	margin-bottom: 0.625rem;
}

.cb-factsheet .factsheet-img-right {
	float: right;
	margin-left: 0.75rem;
}

.cb-factsheet .factsheet-img-left {
	float: left;
	margin-right: 0.75rem;
}

.cb-factsheet .factsheet-header {
	border-bottom: 2px solid #0d5ab6;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}

.cb-factsheet .cb-factsheet-actions {
	margin-top: 1.5rem;
	clear: both;
}

.cb-factsheet .cb-factsheet-actions .cb-factsheet-download {
	display: inline-block;
	padding: 0.5rem 1.25rem;
	background-color: #0d5ab6;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
	text-decoration: none;
	line-height: 1.3;
}

.cb-factsheet .cb-factsheet-actions .cb-factsheet-download:hover,
.cb-factsheet .cb-factsheet-actions .cb-factsheet-download:focus {
	background-color: #004298;
	color: #fff;
}

.cb-factsheet .cb-factsheet-nav {
	margin: 0 0 1rem;
}

.cb-factsheet .cb-factsheet-nav a {
	color: #0d5ab6;
}
