.downloads .rssbutton {
  position: absolute;
  right: 20px;
  top: 15px;
}
.downloads > .dl-left {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .downloads > .dl-left {
    float: left;
    width: 170px;
    margin-right: 1.5%;
    margin-bottom: 0px;
  }
}
.downloads > .dl-left > nav > h1 {
  text-align: center;
  padding-bottom: 4px;
  padding-top: 2px;
  font-family: TPU-Title, serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
}
.downloads > .dl-left > nav > .tree-wrap {
  border: 1px solid #bbbbbb;
  border-top: none;
  border-radius: 0 0 3px 3px;
  background-color: #f8f8f8;
  padding-top: 8px;
  padding-bottom: 8px;
  max-height: 200px;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .downloads > .dl-left > nav > .tree-wrap {
    max-height: none;
    overflow-y: visible;
  }
}
.downloads > .dl-left > nav ul.dltree {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
}
.downloads > .dl-left > nav ul.dltree ul {
  list-style-type: none;
  margin-left: 7px;
  background: url("data:image/gif;base64,R0lGODlhAQAKAIAAAOHh4bu7uyH5BAAAAAAALAAAAAABAAoAAAIEDIwHBQA7") repeat-y scroll 2px 0 transparent;
}
.downloads > .dl-left > nav ul.dltree li {
  background: url("data:image/gif;base64,R0lGODlhCAAUAJECALu7u+Hh4f///wAAACH5BAEAAAIALAAAAAAIABQAAAIdhI4Sicb6hGPrzVTZRQH0D2xHloiQFZFNGpnqUQAAOw==") no-repeat scroll 2px 1px transparent;
  color: #336699;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
  padding-left: 7px;
}
.downloads > .dl-left > nav ul.dltree li.root {
  background-image: none !important;
  padding-left: 6px;
  padding-top: 0px;
}
.downloads > .dl-left > nav ul.dltree li:last-child {
  background: url("data:image/gif;base64,R0lGODlhCAAUAJECALu7u+Hh4f///wAAACH5BAEAAAIALAAAAAAIABQAAAIXhI4Sicb6hGPrzVTZRQH0v0XiSJbmyRQAOw==") no-repeat scroll 2px 1px #f8f8f8;
}
.downloads > .dl-left > nav ul.dltree li > a {
  color: #444;
  display: block;
  font-weight: normal;
  padding-left: 5px;
}
.downloads > .dl-left > nav ul.dltree li > a:hover {
  color: #000000;
}
.downloads > .dl-left > nav ul.dltree li > a.selected {
  background-color: #CADBE5 !important;
  color: #000000;
}
.downloads #quicksearch {
  box-sizing: border-box;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 7px;
  color: #555;
  padding: 4px 5px;
  width: 100%;
}
.downloads #quicksearch:focus {
  border: 1px solid #808080;
  color: black;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .downloads #quicksearch {
    width: 170px;
  }
}
.downloads #ajaxresults {
  display: none;
  overflow: hidden;
}
.downloads .dl-right {
  overflow: hidden;
}
.downloads .oldversions {
  padding: 5px;
  background-color: #eee;
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.downloads .oldversions > select {
  font-family: sans-serif;
  font-size: 10px;
  color: #333;
  opacity: 0.7;
}
.downloads .categorylist {
  position: relative;
}
.downloads .categorylist > h2 {
  text-align: center;
  padding-bottom: 4px;
  padding-top: 2px;
  font-family: TPU-Title, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
}
.downloads .categorylist > h2 > span {
  display: none;
}
@media screen and (min-width: 500px) {
  .downloads .categorylist > h2 > span {
    display: inline;
  }
}
.downloads .featured {
  margin-bottom: 20px;
}
.downloads .featured > h2 {
  text-align: center;
  padding-bottom: 4px;
  padding-top: 2px;
  font-family: TPU-Title, serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
}
.downloads .featured > ul {
  list-style-type: none;
  margin: 0;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.downloads .featured li {
  padding: 15px;
  clear: both;
  background-color: #f8f8f8;
  border-bottom: 2px dotted #ddd;
}
.downloads .featured li:nth-child(odd) {
  background-color: #fdfdfd;
}
.downloads .featured li img {
  width: 50px;
  height: auto;
  float: left;
  margin-right: 15px;
}
@media screen and (min-width: 350px) {
  .downloads .featured li img {
    width: 60px;
  }
}
@media screen and (min-width: 500px) {
  .downloads .featured li img {
    width: 80px;
  }
}
@media screen and (min-width: 600px) {
  .downloads .featured li img {
    width: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .downloads .featured li img {
    width: 120px;
  }
}
.downloads .featured li > div {
  overflow: hidden;
}
.downloads .featured li > div > h3 {
  margin-top: -5px;
  padding-bottom: 5px;
  font-family: TPU-Title, sans-serif;
  font-size: 22px;
  line-height: 1.15;
  font-weight: normal;
}
.downloads .featured li > div > p {
  color: #666;
  font-size: 14px;
  min-height: 85px;
}
.downloads .featured li > div > span {
  color: #888;
  font-size: 12px;
}
.downloads .featured li > div > span > a {
  color: #555577;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
}
.downloads .latest > h2 {
  text-align: center;
  padding-bottom: 4px;
  padding-top: 2px;
  font-family: TPU-Title, serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
}
.downloads .latest > div {
  border: 1px solid #bbbbbb;
  border-top: none;
  border-radius: 0 0 3px 3px;
  background-color: #f8f8f8;
  font-size: 13px;
  line-height: 1.3;
  max-height: 300px;
  overflow-y: auto;
}
@media screen and (min-width: 600px) {
  .downloads .latest > div {
    max-height: none;
    padding: 4px 8px;
    text-align: justify;
  }
}
.downloads .latest a {
  display: block;
  word-wrap: break-word;
  margin-bottom: 2px;
  padding: 4px 5px;
}
.downloads .latest a:nth-child(odd) {
  background-color: #eee;
}
@media screen and (min-width: 600px) {
  .downloads .latest a {
    display: inline;
    background-color: transparent !important;
    line-height: 1.6;
    padding-left: 12px;
    padding-right: 3px;
    background-image: url('data:image/gif;base64,R0lGODlhBQAFAIAAAMzMzAAAACH5BAAAAAAALAAAAAAFAAUAAAIEhI+pWAA7');
    background-repeat: no-repeat;
    background-position: 0px center;
  }
}
.download-list .download {
  background-color: #fdfdfd;
  padding: 12px;
  border-bottom: 2px dotted #ddd;
}
.download-list .download:nth-child(odd) {
  background-color: #f6f6f6;
}
.download-list .download > .name {
  margin-bottom: 1px;
  font-family: TPU-Title, serif;
  font-size: 19px;
  line-height: 22px;
  font-weight: normal;
}
.download-list .download > .lastupdate {
  font-size: 12px;
  color: #999;
}
.download-list .download > .lastupdate > .latest-version {
  color: green;
}
.download-list .download > .lastupdate > .latest-version:before {
  content: ' - ';
  color: #bbb;
}
.download-list .download > .size {
  float: right;
  text-align: right;
  width: 100px;
  font-size: 14px;
  color: #666;
}
.download-list .download > .size > .downloadarrow {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url('//tpucdn.com/images/download_arrow-v1.svg');
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 2px;
}
.download-list .no-files {
  text-align: center;
  padding: 10px;
}
.downloads-details .downloadname {
  color: #222;
  font-family: TPU-Title, serif;
  font-size: 34px;
  line-height: 1.06;
  font-weight: normal;
  margin-bottom: 5px;
}
@media screen and (min-width: 500px) {
  .downloads-details .downloadname {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) {
  .downloads-details .downloadname {
    font-size: 42px;
  }
}
@media screen and (min-width: 1000px) {
  .downloads-details .downloadname {
    font-size: 46px;
  }
}
.downloads-details .filename {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
  float: left;
  word-wrap: break-word;
  margin-right: 20px;
}
.downloads-details .filename > a {
  color: #555;
}
@media screen and (min-width: 500px) {
  .downloads-details .filename {
    white-space: nowrap;
  }
}
.downloads-details .md5 {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
  float: left;
  word-wrap: break-word;
}
.downloads-details .md5 > b {
  color: #444;
  font-weight: normal;
}
.downloads-details .md5 > a {
  color: #555;
}
@media screen and (min-width: 500px) {
  .downloads-details .md5 {
    white-space: nowrap;
  }
}
.downloads-details .desc {
  margin-bottom: 20px;
  min-width: 300px;
  overflow: hidden;
  line-height: 1.5;
}
@media screen and (min-width: 650px) {
  .downloads-details .desc {
    overflow: visible;
  }
}
.downloads-details .desc h1,
.downloads-details .desc p,
.downloads-details .desc ul {
  margin-bottom: 5px;
}
.downloads-details .desc ul {
  list-style-position: outside;
  margin-left: 20px;
}
.downloads-details h3 {
  margin-bottom: 5px;
}
.downloads-details .newerversion {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f9d8d8;
  border: 1px solid #eca8a8;
  padding: 7px 10px 7px 10px;
  overflow-x: auto;
  font-weight: bold;
}
.downloads-details .newerversion > b {
  color: #b43138;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
}
.downloads-details .newerversion > span {
  margin-left: 10px;
  margin-right: 7px;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
}
.downloads-details .newerversion > span > a {
  color: #333;
}
.downloads-details .changes {
  font-size: 12px;
  border: 1px solid #ddd;
  overflow: auto;
  max-height: 350px;
  background-color: #f8f8f8;
  padding: 10px;
  margin-bottom: 20px;
}
.downloads-details .changes h1 {
  font-weight: bold;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 7px;
  color: white;
  padding: 5px 7px;
  background: #445588;
}
.downloads-details .changes p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.downloads-details .changes ul {
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 10px;
}
.downloads-details .changes ul li {
  margin-bottom: 2px;
}
.downloads-details .downloadright {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  margin-bottom: 15px;
}
@media screen and (min-width: 500px) {
  .downloads-details .downloadright {
    float: right;
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .downloads-details .downloadright {
    width: 260px;
  }
}
.downloads-details .downloadright > .downloadinfo {
  font-size: 13px;
  width: 100%;
}
.downloads-details .downloadright > .downloadinfo td,
.downloads-details .downloadright > .downloadinfo th {
  padding-bottom: 5px;
  width: 50%;
}
.downloads-details .downloadright > .downloadinfo th {
  padding-right: 7px;
  text-align: right;
  font-weight: normal;
  color: #888;
  white-space: nowrap;
  vertical-align: top;
}
.downloads-details .downloadright > .downloadinfo td {
  color: #555;
}
.downloads-details .downloadright > .downloadinfo td > span {
  white-space: nowrap;
}
.downloads-details .downloadright > .olderversions {
  margin-top: 3px;
  font-size: 14px;
  text-align: center;
}
.downloads-details .downloadright > .olderversions > ul {
  max-height: 160px;
  overflow-y: auto;
  list-style-type: none;
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  margin-left: 10px;
  background-color: #fefefe;
  display: none;
}
.downloads-details .downloadright > .olderversions > ul > li {
  padding: 3px 6px;
  border-bottom: 1px solid #eee;
}
.downloads-details .downloadright > .olderversions > ul > li:nth-child(odd) {
  background-color: #f4f4f4;
}
.downloads-details .download-image {
  text-align: center;
  margin-bottom: 10px;
}
.downloads-details .download-image img {
  max-width: 100%;
}
@media screen and (min-width: 500px) {
  .downloads-details .download-image {
    text-align: left;
  }
  .downloads-details .download-image img {
    width: 200px;
  }
}
@media screen and (min-width: 550px) {
  .downloads-details .download-image img {
    width: 250px;
  }
}
@media screen and (min-width: 1000px) {
  .downloads-details .download-image img {
    width: auto;
  }
}
.downloads-details .button.startbutton {
  display: block;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-family: sans-serif;
  font-size: 25px;
  font-weight: bold;
  background-color: #4486c7;
  background-image: none;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#599BDC),to(#3072B3));
  background-image: -moz-linear-gradient(#599BDC,#3072B3);
  background-image: -ms-linear-gradient(#599BDC,#3072B3);
  background-image: -o-linear-gradient(#599BDC,#3072B3);
  background-image: linear-gradient(#599BDC,#3072B3);
  border-color: #3072B3 #3072B3 #2A65A0;
  box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(29,65,11,0.4);
  position: relative;
  top: -2px;
}
.downloads-details .button.startbutton:hover {
  background-color: #599BDC;
  background-image: none;
  border: 1px solid #3072B3;
  box-shadow: none;
}
@media screen and (min-width: 500px) {
  .downloads-details .button.startbutton {
    margin-left: 0;
    margin-right: 0;
  }
}
.downloads-details .social-share {
  text-align: center;
  margin-top: 15px;
}
.downloads-mirrors .downloadname {
  color: #222;
  font-family: TPU-Title, serif;
  font-size: 34px;
  line-height: 1.06;
  font-weight: normal;
  margin-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 500px) {
  .downloads-mirrors .downloadname {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) {
  .downloads-mirrors .downloadname {
    font-size: 42px;
  }
}
@media screen and (min-width: 1000px) {
  .downloads-mirrors .downloadname {
    font-size: 46px;
  }
}
.downloads-mirrors .downloadinfo {
  margin-bottom: 10px;
  font-size: 13px;
  color: #555;
}
.downloads-mirrors .downloadinfo > div {
  display: inline-block;
  white-space: nowrap;
  margin-right: 20px;
  margin-bottom: 5px;
}
.downloads-mirrors .social-share {
  margin-bottom: 10px;
}
.downloads-mirrors .mirror-hint {
  margin-top: 2px;
  font-size: 12px;
  color: #888;
}
.downloads-mirrors .mirrorlist {
  margin: 0;
  margin-top: 10px;
  list-style-type: none;
  text-align: center;
}
.downloads-mirrors .mirrorlist > li {
  float: left;
  margin: 5px;
  padding: 5px;
  position: relative;
  width: 130px;
}
@media screen and (min-width: 500px) {
  .downloads-mirrors .mirrorlist > li {
    width: 140px;
    margin: 8px;
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  .downloads-mirrors .mirrorlist > li {
    width: 150px;
    margin: 10px;
    padding: 10px;
  }
}
.downloads-mirrors .mirrorlist > li:hover {
  outline: 1px solid #cccccc;
  background-color: #f4f4f4;
}
.downloads-mirrors .mirrorlist > li > a {
  display: block;
  outline: 0;
}
.downloads-mirrors .mirrorlist > li > a:hover {
  text-decoration: none;
}
.downloads-mirrors .mirrorlist > li > a > img {
  width: 85%;
  height: auto;
}
.downloads-mirrors .mirrorlist > li > .closest {
  position: absolute;
  bottom: 48px;
  left: 0px;
  right: 0px;
  font-size: 11px;
  pointer-events: none;
  text-align: center;
  color: #aaa;
}
.downloads-mirrors .mirrorlist > li > .serverinfo {
  font-size: 12px;
}
.downloads-mirrors .mirrorlist > li > .serverinfo.low {
  color: #888888;
}
.downloads-mirrors .mirrorlist > li > .serverinfo.medium {
  color: orange;
  font-weight: bold;
}
.downloads-mirrors .mirrorlist > li > .serverinfo.high {
  color: red;
  font-weight: bold;
}
