<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************/
/*  CSS fÃ¼r Wahllokalsuche          */
/************************************/

 tr {
	border-top: 1px solid #000;
}
td {
	padding:5px;
}
td:nth-child(2) {
		border-left: 1px solid #000;

}
td:nth-child(3) {
		border-left: 1px solid #000;

}
td:nth-child(4) {
		border-left: 1px solid #000;
		text-align:center;
}

.buttonkarte {
    border: 1px solid #888;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 2px 5px;
    cursor: pointer;
}
.brlokale  {
	float:right;
}</pre></body></html>