#lso-container {
    background: #fff;
    border: 1px solid rgb(204, 204, 204);
	border-radius: 10px;

}
.lso-list {
    list-style: none;
    padding: 0;
}
.lso-list li {
    padding: 4px 0;
    font-size: 0.9em;
}
.lso-list .klein {
	font-size: 0.85em;
}
.lso-list .titel {
	font-weight: 500;
	color: #111;
}