
.app_table
{
	width: 100%;
}

.app_table div
{
	width: 300px;
	display: flex;
	margin: auto;
	display:flex;
	justify-content: space-between;
}

/* Allgemeine Fieldset-Styles: Standard ohne Schatten, mit Border */
fieldset {
  border: 1px solid #ccc;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: none;
}

/* Nur äußere Fieldsets (nicht innerhalb eines anderen Fieldsets) bekommen den Schlagschatten */
fieldset:not(fieldset fieldset) {
  border: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

legend
{
	font-size: 20pt;
	font-weight: bold;
}

body 
{
	font-family: Verdana;
}