html {
  height: 100%;
  font-family: sans-serif;
}

body {
  height: 100%;
  margin: 0;
  font-family: 'Imprima', sans-serif;
}

a {
  color: #48b099;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

address {
  font-style: normal;
}

.page-wrapper {
  display:table;
  width: 100%;
  height: 100%;
}

.page {
  display:table-cell;
  /*
  width: 100%;
  height: 100%;
  */
  vertical-align: middle;
}

.content-wrapper {
  margin: 0 auto;
  text-align: center;
}

.content {
  display: inline-block;
  padding: 30px;
  border-radius: 5px;
  background: rgb(255,255,255);
  background: transparent\9;
  background:rgba(255,255,255,0.8);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
  zoom: 1;
}

.content:nth-child(n) {
    filter: none;
}

.opening-hours {
}

.opening-hours th,
.opening-hours td {
  padding: 4px 5px;
  text-align: left;
}
