html, body {
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.header {
  width: 100%;
  height: 100%;
  color: #006751;
  font-size: 40px;
  line-height: 60px;
  display: table;
  background-image: url(/images/bg.jpg?ad03fe940457d9196f59999622026e9e);
  background-size: cover;
}

.header .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

hr {
  border-bottom: 1px dotted #9d9d9d;
}

.content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
}

.content-table {
  display: table;
  width: 100%;
}

.content-cell-12, .content-cell-4 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.content-cell-12 {
  width: 100%;
}

.content-cell-4 {
  width: 33.3333%;
}

.footer {
  text-align: center;
  padding: 0px 20px 35px 20px;
}
