html,
body {
  margin: 0;
  padding: 0;
  font-family: Calibri, Helvetica, "Trebuchet MS", sans-serif;
}

p {
  text-align: justify;
}

.top-bar {
  height: 60px;

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);

  width: 100%;

  position: -webkit-sticky;

  position: sticky;

  top: 0px;

  background-color: #fff;
}

.top-bar .content {
  max-width: 960px;

  margin: 0 auto;

  display: flex;

  flex-direction: row;

  align-items: stretch;

  justify-content: stretch;
}

.go-up {
  position: -webkit-sticky;

  position: sticky;

  top: 200px;
}

.logo {
  padding: 14px 15px;
}

.logo img {
  width: 140px;
}

.buttons-wrapper {
  text-align: right;

  flex: 1 1 auto;
}

.buttons-wrapper a {
  display: inline-block;

  padding: 15px;

  color: rgb(73, 106, 255);

  text-decoration: none;

  border-radius: 8px;

  margin-right: 10px;

  margin-top: 5px;

  transition: all 0.3s ease-in-out;
}

.buttons-wrapper a:hover {
  background-color: #f4f4f4;
}

main.container {
  padding: 40px 20px;

  max-width: 720px;

  margin: 0 auto;
}

table {
  border-collapse: collapse;

  max-width: 100%;

  margin: 0 auto;

  overflow: auto;
  display: block;
}

table tr td {
  padding: 10px;
}

table tbody tr:nth-child(odd) td {
  background: #ffffff;
}

table tbody tr:nth-child(even) td {
  background: #f0f0f0;
}

p {
  clear: both;
}

table.mich tbody tr td p {

  text-align: center !important;

}
