<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.multisearchlabel{
    font-size: larger;
    font-weight: bolder;
}
.filterbtn{
    color: white;
    width: 100%;
}
.noclick{
    pointer-events: none;
}
.ptr{
    cursor: pointer;
}
.smallrem{
	font-size: 0.8rem;
}
.svplv{
	color: var(--bs-secondary);
}
.tmplv{
	color: var(--bs-primary);
}
.kolacic{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #00a5e6;
	color: white;
	padding: 1rem;
	text-align: center;
	display: none;
}
.kolacic p{
	display: inline;
	margin: 0;
}
.kolacic button{
	background-color: #263387;
	color: white;
	margin-left: 1rem;
	padding: 0.5rem 1rem;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.descitems{
	margin-right: 1rem;
}
</pre></body></html>