/***OVERRIDE MAIN***/
#page-title{font-family:var(--barlow-semi-condensed);font-weight:700;letter-spacing:initial;}

.lsf_content{
	overflow-x:auto;
	width:100%;
	font-family:var(--barlow);
	/*font-size:0.85rem;*/
	line-height: 1.20rem;
}
.lsf_content h3{font-size:0.9rem;padding:0.2rem 0.35rem;}
.lsf_content .person{margin-bottom:0.7rem;}
.lsf_content p{margin-bottom:0.1rem;}
.lsf_table {
	width: 100%;
}

.lsf_table table, .lsf_table th, .lsf_table td {
	padding: 0.2rem;
	vertical-align: middle;
	border-collapse: collapse;
	width:fit-content;
}
.lsf_table tr:nth-child(even) {
	background-color: #f0f0f0;
}

.lsf_table td.erg{
	word-wrap: break-word;
	max-width: 125px;
	hyphens: auto;
}

.lsf_table td.tel{
	white-space: nowrap
}

.lsf_table a{
	line-height:initial;
}