/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 11 2022 | 14:19:37 */
.documents-link-table a {
	display: inline-block;
	background-color: var(--e-global-color-6f857ce);
	border-radius: 6px;
	padding: 6px 12px;
	color: #ffffff;
}

.documents-link-table a:hover {
	background-color: var(--e-global-color-6f857ce);
	color: #ffffff;
}