
@charset "UTF-8";
/* Onetime Download Styling */

.download-page {
	width: 100%;
	font-family: 'DMSans', sans-serif;
}

.download-container {
	width: 792px;
	padding-top: 60px;
	margin: 0 auto;
	text-align: center;
}

.download-pagetitle {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #202124;
	padding-bottom: 10px;
}

.download-pagetext {
	font-size: 14px;
	text-align: center;
	color: #202124;
}

.download-pagetext a {
	font-size: 14px;
	text-align: center;
	color: #202124;
}

.download-pagesubtitle {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #202124;
	padding: 29px 0 19px 0;
}

.conf-number {
	padding: 15px 0 29px 0;
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	color: #202124;
}

.conf-instructions {
	font-size: 14px;
	line-height: 1.79;
	color: #202124;
	text-align: left;
}

.file-missing {
	font-size: 14px;
	color: #C0392B;
}

.file-missing a {
	font-size: 14px;
	color: #C8263D;
}

.line {
	width: 792px;
	border-bottom: solid 1px #d5d5d5;
	margin-top: 20px;
}

#table-role {
	border-spacing: 0px;
}

#table-role caption {
	padding-bottom: 0.5em;
}

#table-role th, #table-role td {
	font-family: 'DMSans', sans-serif;
	font-size: 14px;
	text-align: left;
}

#table-role td {
	color: #585858;
}

#directors td {
	color: red;
	padding-right: 20px;
}

#table-role th {
	font-weight: bold;
	color: #a7a7a7;
}

.download-page-button input[type=button] {
	background-color: #c0392b;
	border: solid 1px #c0392b;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	width: 115px;
	font-size: 13px;
	margin-top: 16px;
	float: right;
}

.download-page-button input[type="button"]:disabled {
	background-color: #d5d5d5;
	border: solid 1px #d5d5d5;
	cursor: not-allowed;
}

.download-page-button p{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 20px;
	padding-left: 14%;
}
