.flex {
	display: flex;
	justify-content: space-between;
	padding: 15px;
}

.export {
	display: flex;
	justify-content: end;
	padding-top: 7px;
	padding-right: 10px;
	background-color: rgba(0,0,0,.03);
}

.export2 {
	display: flex;
	justify-content: end;
	padding-top: 7px;
	padding-right: 10px;
}

div.export > div > button.btn.btn-secondary {
	background-color: var(--dark);
}

div.export2 > div > button.btn.btn-secondary {
	background-color: var(--dark);
}

#aru-table-full > div:nth-child(2) > div > div.card-header {
	border-bottom: 0;
}
