body {
  background: #ffe url(/image/fade.png) top center repeat-x;
  background-color: #1e2627;
  color: #cec1be;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  margin-left: 0;
  margin-right: 0;
  margin-top: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

div.content {
  background-color: #16282a;
  border: 2px solid #3e5159;
  display: table;
  margin: auto;
  margin-bottom: 40px;
  padding: 20px;
}

/*-----------------------------------*/
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #1f3f49;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #346166;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #000;
  border-top: none;
}

/*-----------------------------------*/
blockquote {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

blockquote.op {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 40px;
}

blockquote.reply {
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 10px;
  margin-left: 40px;
}

div.thread {
  margin: 0;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  clear: both;
}

span.subject {
  color: #cc1105;
  font-weight: 700;
}

hr {
  border: none;
  border-top: 1px solid #d9bfb7;
  height: 0;
}


a.linkgreen {
  color: #789922;
  text-decoration: underline;
}
