.document_category_list {
	display: flex;
	flex-direction: column;
	align-items:flex-start;
	gap:10px;
	flex-wrap: wrap;
}

.document_category_list.grid {
	flex-direction: row;
}

.document-repository-download {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.document-repository-download a.dr-dl-button {
	background-color: #E4E4E4;
	color: #231f20;
	padding: 12px 24px;
    border-radius: 3px;
    text-align: center;
	font-size: 16px;
	border: none;
	display: inline-block;
	margin-bottom: 20px;
}

.purple .document-repository-download a.dr-dl-button {
	background-color: #92278f;
	color: #ffff;
}

.document-repository-download a.dr-dl-button:hover {
	color: #fff;
	background-color: #00a651;
	text-decoration: none;
}

.document-repository-download a.dr-dl-button i {
	margin-left:12px;
}

.document-repository-download.show-description {
	padding:10px 20px;
	border:1px solid #ddd;
	margin-bottom: 20px;
}
.document-repository-download-links {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.document-repository-download-links span {
	font-size: 1.2em;
}

.document-repo-accessible-version-link a.accessible-version {
	color: #231f20;
	font-style: italic;
}

.document-repo-description {
	padding-bottom: 12px;
}

