.content {
  margin-top: 30px;
  margin-left : 5%;
  margin-right: 5%;
  margin-bottom: 30px;
  text-align: center;
}

.mainlogo {
  max-width: 100%
}

.footer {
  background: #e0e0e0;
  font-size: 8pt;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-top: 1px solid #606060;
  height: 35px;
}

body {
  background: #87d0b7;
  font-family: sans-serif;
  font-stretch: ultra-condensed;
}

h1 {
  color: #606060;
}

p {
}

td {
  border-top: 1px dotted #606060;
  border-bottom: 1px solid #606060;
  padding: 0.4em;
}

.toright {
  float: right;
}