
body {
    font-size: 1em;
    line-height: 1.3;
    font-family: sans-serif;
    margin: 0px;
   background-color: #f7f6ee /* #E9E6D1 */;
}

.banner {
  position: relative;
  width: 100%;
  height: 64px;
  background-color: #023882;
}

.banner .banner_title {
  color: white;
  font-size: 50px;
  text-align: center;
  font-family: sans-serif;

  position: absolute;
  left: 66px;
  right: 66px;
}

.banner img.logo {
  display: inline;
  position: absolute;
  top: 2px;
  right: 2px;
}

#body-div {
    padding-left: 100px;
    padding-right: 100px;
}

a.button_link {
    /* Unique to button_link: */
    text-align: center;
    text-decoration: none;

    margin-left: auto;
    margin-right: auto;
    margin-top:3px;
    margin-bottom: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    display: block;

    font-family: system-ui;

    height: 23px;

    background: #2d2d2d; /* Old browsers */
    background: -moz-linear-gradient(top,  #424242 0%, #2d2d2d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #424242 0%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #424242 0%,#2d2d2d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #424242 0%,#2d2d2d 100%); /* IE10+ */
    background: linear-gradient(top,  #424242 0%,#2d2d2d 100%); /* W3C */
    border: 1px solid #666666;
    border-right-width: 1px;
    border-radius: 0.4em 0.4em 0.4em 0.4em;

    cursor: pointer;

    line-height: normal;

    /* Old style elements begin here */
    font-size: 20px;
    color:#ffffff;
    width: 530px; 
    padding:10px 15px;
}
div.entry div.collapsible a.button_link {
    float: right;
}

h2 {
    margin-bottom: 0px;
}

div.entry {
  clear: right;
  font-size: 20px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;

   border: 1px solid black;
   padding: 10px;
   background-color: #ffffff /* #E9E6D1 */;

  line-height: 1.5;
}

div.pseudo-entry {
    border: none;
    background-color: #f7f6ee;  /* Matching page background */
}

div.cleanup {
    clear: right;
}

div.fixed-height {
    min-height: 40px;
}

div.relnotes {
    margin-top: 20px;
    margin-right: 100px;
    margin-left: 100px;
    max-height: 300px;
    overflow: scroll;
    border: 2px solid #023882;
    background-color: #ffffff;
}

p.hosting-intro {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-size: 18px;
    border: 2px solid #023882;
    background-color: #ffffff;
}

span.filename {
    font-weight: bold;
}

div.headline {
    /* height: 50px; */
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #ff6060;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
div.headline p {
    margin-bottom: 0px;
    margin-top: 0px;
}

div.headline.green {
    background-color: #60c060;
}

div.doc-entry {
    clear: left;
}

div.doc-entry a.button_link {
    width: 150px;
    float: left;
    margin-right: 20px;
}

div.newsflash {
    background-color: #f04040;
    color: white;
    padding: 5px;
    padding-left: 20px;
}

div.newsflash :any-link {
    color: white;
    font-weight: bold;
}

.hidden {
    visibility: hidden;
    display: none;
}
