.download-pdf-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: 'Inter', sans-serif;
	height: 30px;
	padding: 10px 20px;
	border-radius: 50px;
	background: #85A0CF;
	border: none;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	min-width: 155px;
}

.download-pdf-button:hover {
	background: #83acf3;
	color: #fff;
}

.table-heading {
	font-family: 'Inter', sans-serif;
	color: #85A0CF;
	font-size: 30px;
	line-height: 100%;
	font-weight: 400;
	line-height: normal;
}

table tr th,
table tr td {
	font-family: "courier-std", monospace;
	font-weight: 400;
	font-style: normal;
}

table tr th {
	font-size: 21px;
	line-height: 20px;
	font-weight: 700;
}

table thead tr th:nth-child(2),
table tbody tr td:nth-child(2),
table thead tr th:nth-child(4),
table tbody tr td:nth-child(4),
table thead tr th:nth-child(6),
table tbody tr td:nth-child(6),
table thead tr th:nth-child(8),
table tbody tr td:nth-child(8) {
	border-right-color: #000;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #85A0CF !important;
}
