body {
  color: black;
  background: #4F74B0;
  font: 0.6em Verdana, Helvetica, Arial, sans-serif;
  margin: 4px;
}

body > div {
  background: white;
  border: 1px solid black;
  border-radius: 5px;
  width: 85%;
  margin: auto;
  max-width: 1024px;
}

a {
  color: black;
}

a:hover {
  color: #000090;
}

table {
  font: inherit;
}

th {
  text-align: left;
}

.head_links {
  background: url(../images/background-3.gif);
  font-weight: bold;
  color: #666666;
  text-align: center;
  vertical-align: 50%;
  line-height: 28px;
  min-height: 28px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.box {
  background: url(../images/newsfill.gif);
  border: 1px solid black;
  border-radius: 5px;
  margin: 4px;
  box-sizing: border-box;
  max-width: 100%;
}

.box > h1 {
  position: relative;
  background: url(../images/news-left.gif);
  background-repeat: no-repeat;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font: inherit;
  font-weight: bold;
  vertical-align: middle;
  margin: 0px;
  padding: 1px 1px 1px 24px;
}

.box > h1 > span {
  position: absolute;
  right: 4px;
}

.box > div {
  background: #E8ECF0;
  border-top: 1px solid black;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 3px;
}

img {
  max-width: 100%;
}

table.main, table.downloads {
  width: 100%;
}

table.main {
  table-layout: fixed;
}

table.main > tbody > tr > td {
  vertical-align: top;
  margin: auto;
}

table.downloads > tbody > tr > th {
  background: #D5DDE5;
  padding: 2px 1px;
}

table.downloads > tbody > tr > td {
  background: #E2E7EC;
  padding: 2px 1px;
}

.centre > div, .centre > h1 {
  margin: auto;
  text-align: center;
}

.screenshot > div {
  background: #E2E7EC;
  text-align: center;
  margin: auto;
  margin-bottom: 4px;
  padding: 2px;
}

.screenshot > div:first-child {
  margin-top: 8px;
  background: #D5DDE5;
  font-weight: bold;
}

@media (max-width: 560px) {
  table.main > tbody > tr > td {
    display: block;
    width: 100%;
  }
}

