.textucp {
	text-align: justify;
	letter-spacing: 0.5px;
	font: 10px 'Calibri';
}

.textucp i{
	font: italic 300 11px;
	color: #856362;
	letter-spacing:2px;
}

.textucp b{
	font: 600 12px;
	color: #856362;
	letter-spacing:2px;
	text-transform: uppercase;
}

.textucp strong{
	font: 600 11px;
	color: #b4b3b4;
	letter-spacing:3px;
	text-transform: uppercase;
}

.tablebox{
	border: solid 1px #856362;
}

.table{
	border: solid 1px #856362;
	font: 7px 'Montserrat';
	letter-spacing: 3px;
	text-align: center;
}

.table i{
	color: #856362;
}

.table a:link,
.table a:active,
.table a:visited,
.table a:hover {
	color: #b4b3b4;
}

.profilefield-code:has(.radio-box) {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	align-items: end;
}

.radio-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 2px;
}