.fixed_header tbody{
  display:block;
  overflow:auto;
  height:200px;
  width:100%;
}.fixed_header thead tr{
  display:block;
}

.meintext {
    text-align: center;
  }
  .meintext h1 {
    color: #005ea9;
  }
  .meintext p {
    color: #535353;
    font-size: 1.4rem;
    line-height: 1.6;
  }