.watchlist {
  width: 800px;
  margin: 0px auto;
  font-family: Arial, Helvetica;
  font-size: 12px;
}
.watchlist .actions li {
  list-style: none;
}
.watchlist .actions li .print {
  display: none;
}
.watchlist .contact-persons-topic {
  font-size: 15px;
  margin: 10px 0px 5px 0px;
}
.watchlist .contact-persons {
  margin-top: 5px;
  list-style: none;
  padding: 0px;
  font-size: 12px;
}
.watchlist .contact-persons:after {
  clear: both;
  display: block;
  content: " ";
}
.watchlist .contact-persons li {
  width: 150px;
  float: left;
  margin-right: 15px;
}
.watchlist .contact-persons li h4 {
  margin-bottom: 0px;
  font-weight: bold;
}
.watchlist .contact-persons li p {
  margin-bottom: 0px;
}
.watchlist .contact-persons li a {
  text-decoration: none;
}
.watchlist .contact-persons li a.mail {
  display: block;
  margin-top: 4px;
  text-decoration: underline;
  color: #000000;
}
.watchlist .back {
  display: none;
}
.watchlist .delete {
  display: none;
}

.teaser-wrapper, .page-footer, .page-header, .bg-image {
  display: none;
  visibility: hidden;
}

h1.text-center, h2.text-center, h3.text-center, h4.text-center, p.text-center, span.text-center {
  text-align: center;
}
h1.text-right, h2.text-right, h3.text-right, h4.text-right, p.text-right, span.text-right {
  text-align: right;
}