body {
  font-family: Arial, sans-serif;
  font-size: 14pt;
  margin-top: 0;
}

td {
  vertical-align: top;
  padding: 5px 20px 5px 20px;
}

th {
  vertical-align: top;
  text-align: left;
  padding: 5px 20px 5px 20px;
}
.copyright {
  font-size: 12pt;
  color: grey;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
}

.copyright a {
  color: grey;
}

.ad {
  width: 160px;
  height: 600px;
  position: absolute;
}

.ad_left {
  left: -168px;
}

.ad_right {
  left: 1032px;
}

.warning-box {
  width: 30%;
  float: right;
  padding: 5pt;
  margin-left: 5pt;
  font-size: 12pt;
  background-image: url('/images/stamp.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}

.line-above {
  border-top: 1px solid black;
}

.line-below {
  border-bottom: 1px solid black;
}

#content {
  margin: auto; /* Center horizontally */
  position: relative;
  width: 1024px;
  padding-top: 230px; /* Clear the logo */
}

#logo {
  position: fixed;
  top: 0;
  z-index: 1000;
}

#sharingbuttons {
  position: fixed;
  bottom: 0;
  width: 1024px;
  background: white;
  border-top: lightgrey 1px solid;
  padding-top: 3px;
}