body {
  background: #000000;
  margin: 0;
  font-family: muli,sans-serif;
  line-height: 1.5;
}

p {
  line-height: 1.5;
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-height: fit-content;
}

.row {
  width: 100%;
  min-width: 1200px;
  background: #000000;
}

.navbar {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  float: right;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

.navbar li {
  float: left;
  font-size: 22px;
}

.navbar li a {
  display: block;
  color: white;
  text-align: center;
  padding: 0px 14px 0px 14px;
  text-decoration: none;
}

.navbar li a:hover {
  background-color: #111111;
}

.content {
  background: #ffffff;
  min-height: 700px;
}

a.buyButton {
  max-width: fit-content;
  margin: 18px;
  padding: 8px;
  border: 1px outset buttonborder;
  border-radius: 3px;
  color: #ffffff;
  background-color: #fd852d;
  text-decoration: none;
}

a.underline {
  text-decoration: none;
  color: #000000;
}

a.underline:hover {
  text-decoration: underline;
}

a.buyButton:hover {
  background-color: #ec741c;
}

.inline {
  display: flex;
}

.heading {
  
}

span {
  white-space: pre-wrap;
}

pre {
  display: block;
  padding: 9px;
  color: #333;
  word-wrap: break-word;
  word-break: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-family: courier;
  white-space: pre-wrap;
}

td {
  padding: 0px 25px 25px 0px;
}

.col33 {
  float: left;
  display: table-column;
  max-width: 32%;
  padding: 5px 5px 5px 5px;
}

.col25 {
  float: left;
  display: table-column;
  max-width: 24%;
  padding: 5px 5px 5px 5px;
}

.trow {
  display: table-row;
  width: auto;
  clear: both;
  padding-left: 5px;
  padding-right: 5px;
}

.div-table {
  display: table;         
  width: auto;         
  border-spacing: 10px;
}

.content-area {
  position: relative;
}

.content img {
  max-width: 100%;
}
