.overview > div {
  margin: auto 40px;
  box-shadow : 0 2px 5px rgba(0,0,0,0.16), 0 2px 5px rgba(0,0,0,0.16);
  padding : 20px;
  background: #fff;
}
.overview div:not(:last-of-type) {
  margin-bottom: 40px;
}
.overview div img {
  float: left;
  width: 48px;
  height: 48px;
  margin : 0 10px 5px 0;
}
.overview div:last-of-type {
  padding-bottom: 0;
}
.overview div p {
  text-align: justify;
  color: #0a2816;
}

.data h1, .timeline h1 {
margin : 0px 0 20px 40px;
  color:#305749;
}
table {
  border-collapse:collapse;
}

table th:first-of-type, table td:first-of-type {
  padding-left: 40px;
}
table th:last-of-type, table td:last-of-type {
  padding-right: 40px;
}

table th {
  padding : 10px 0 10px 20px;
  border-top: 1px solid #2f5046;
  border-bottom: 2px solid #2f5046;
  color:#83887b;
}

table td {
  padding : 20px 0 10px 0;
  text-align: right;
  color : #0a2816;
  border-bottom: 1px solid #4e7b6f;
}
table tr:last-of-type td {
  border: 0;
  padding-bottom: 0;
}

table td:nth-of-type(3n) {
  text-align: left;
  padding-left: 40px;
}
table td:nth-of-type(odd) {
  color: #2f5046;
}

