body {
  background: #fdf1dc;
}

.Headline-xLarge-Bold-Center {
  font-size: x-large;
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: flex;
  justify-content: center;
}

.Headline-Large-Bold-Left {
  font-size: large;
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: flex;
  justify-content: left;
}

.Headline-Medium-Bold-Left {
  font-size: medium;
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: flex;
  justify-content: left;
}

.topnav {
  overflow: hidden;
  background-color: #4a4d50;
}

.topnav a {
  float: left;
  display: flex;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  flex-direction: row;
  align-items: center;
}

.topnav a:hover {
  background-color: rgb(109, 108, 108);
  color: black;
}

.topnav a.active {
  background-color: #4caf50;
  color: white;
}

.topnav-icon {
  max-width: 32px;
  max-height: 32px;
  padding: 5px;
}

/* Style the tab content */
.topnav-tabcontent {
  display: none;
  /*padding: 6px 12px;*/
}

/* Style the buttons inside the tab */
.topnav button {
  width: auto;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 5px;
  transition: 0.3s;
  font-size: 17px;
  color: #f2f2f2;
}

/* Change background color of buttons on hover */
.topnav button:hover {
  background-color: rgb(109, 108, 108);
  color: black;
}

/* Create an active/current tablink class */
.topnav button.active {
  background-color: #4caf50;
  color: white;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

button {
  background-color: #4a4d50;
  color: white;
  border-radius: 2px;
  margin: 1px;
  border: none;
}
button:hover {
  opacity: 0.8;
}

.Menu_Icon {
  max-width: 32px;
  max-height: 32px;
  border: 2px solid transparent;
}
