:root {
	--geovina-rgb: 215,171,91;
}
body {
	background: white;
	color: black;
	text-align: center;
	font-family: sans-serif;
}
.text-geovina {
	--bs-text-opacity: 1;
	color: rgba(var(--geovina-rgb), var(--bs-text-opacity)) !important;
}

.bg-geovina {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--geovina-rgb), var(--bs-bg-opacity))
		!important;
}
h1 {
	font-size: 2rem;
	margin: 40px 10px 40px;
}

.geovina-table-striped-head-column>:not(caption)>tr>th {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.geovina-table-show>:not(caption)>tr>th {
	text-align:right;
	width:10%;
}

.geovina-table-show>:not(caption)>tr>td {
	text-align:left;
}