#top
{
	margin-top: 30px;
}

#map
{
	width: 100%; 
	height: 600px;
}

.mouseover
{
	background-color: #D0D0D0 !important;
}

.selected
{
	font-weight: bold;)
}

.red {
	background-color: #ffd3d3 !important;
}

.btn-select-group {
    display: flex;
    align-items: center; /* sorgt für gleiche Höhe */
    gap: 8px; /* Abstand zwischen Buttons und Select */
    margin-bottom: 8px;
}

.btn-select-group .stateselect {
    width: auto;      /* nicht volle Breite */
    min-width: 240px; /* angenehme Breite */
    display: inline-block;
}

.table-mailbox .checkbox {
    position: relative;
    padding-left: 22px; /* Platz für die Box */
}

.table-mailbox .checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
    margin: 0;
    width: 16px;
    height: 16px;
    opacity: 1 !important; /* sichtbar machen */
}