﻿.statistik-container
{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.statistik-tabelle
{
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.back_button_container {
    width: 50%;
    display: flex;
    justify-content: left;
}

.statistik-zeile {
}

  .statistik-zeile > td
  {
    width: 160px;
    text-align: right;
  }

.statistik-heading
{
  font-weight: bold;
}