
body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.table-container {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

.login-container {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}
.container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}
.container h2 {
    text-align: center;
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
}
.form-group input {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #000000ea;
    border-radius: 3px;
}
.form-group button {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #007bff;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

td:first-child {
    width: 20px;
}

td:last-child {
    text-align: left;
    width: 4em;
}

tr {
    height: 15px;
}

.Aflag {
    width: 1em;
    text-align: center;
}

.angemeldet {
    background-color: rgb(175, 226, 175) !important;
    color: black !important;
}

table {
	background: #f2f2f2;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #040404;
	font-size: 10px;
	text-align: left;
}	

th {
	background: url(https://jackrugile.com/images/misc/noise-diagonal.png), linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #ffffff;
  font-weight: bold;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}

th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
}

th:first-child {
	border-left: 1px solid #000000;	
	box-shadow: inset 1px 1px 0 #000000;
}

th:last-child {
	box-shadow: inset -1px 1px 0 #000000;
}

td {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position: relative;
}

td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

td:last-child {
	border-right: 1px solid #000000;
	box-shadow: inset -1px 0 0 #fff;
}	


tr:nth-child(odd) td {
	background-color: #f2f2f2
}

tr:nth-child(odd).angemeldet td {
	background-color: rgb(175,226,175); 
}

tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}	

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.anmerkung {
    width: -webkit-fill-available;;
}

.anmeldenbutton {
    margin-top: 15px;
    height:3em;
    background-color: #005bcf;
    color: white;
    font-weight: bold;
}