table {
  width: 100%;
  display: table;
}

td {
  padding-left: 10px;
}

tr:nth-child(odd) {
   background-color: #e9eff9;
}

.teaser-text {
  padding-left: 0px;
}
.news-list-category {
  display: none;
}
.news-article-text {
  padding-left: 0px;
}
.news-article-text h3 {
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 10px;
  font-size: 1.5em;
}

.menu {
  float: left;
  font-size: 0.8em;
  width: 15%;
  background-color: #e8ecf1;
}

.menuitem {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #214ba2;
}

.menuitem:hover {
  background-color: #e8ecf1;
}

.section {
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  width: 80%;
  background-color: #e8ecf1;
}

.section .box {
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

