@import url(/elements.css);

body {
  margin: 0;
  padding: 0;
  background: #9D181B;
  font-size: 11px;
  line-height: 11px;
  color: white;
  min-width: 0;
}
.text {
  padding: 2px;
  border-top: 1px solid white;
}
.download {
  font-weight: bold;
  position: relative;
  top: -10px;
  left: -2px;
  line-height: 0;
}
.download a,
.download a:visited {
  color: #9d181b;
  background: #fff;
  padding: 1px 2px;
  text-decoration: none;
  font-size: 10px;
}
h1 {
  text-transform: none;
  margin: 0 0 1em;
}

