/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #434b55 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeAQMAAAB3xI5qAAAABlBMVEUuWYTg4OCYb5BrAAAAAnRSTlMaGjvczpkAAAATSURBVHheY+gAAoZyIAATg4QLAC2tOnEwIzHHAAAAAElFTkSuQmCC") fixed;
  color: #555;
  font: normal 14px/1.5 Lato, Helvetica, Arial;
  padding: 50px 0;
}

.wrapper {
  background-color: #dedede;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px;
  margin: 0 auto;
  width: 800px;
}

a {
  color: #ff4d00;
  text-decoration: none;
}

p {
  margin: 0 0 20px;
  padding: 0;
}

code {
  font-size: 14px;
}

strong {
  color: #222;
}

header {
  background-color: #e8e8e8; /* Old browsers */
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #b2b2b2 100%);      /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#b2b2b2)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #b2b2b2 100%);   /* Chrome10+,Safari5.1+ */
  background-image: -ms-linear-gradient(top, #e8e8e8 0%, #b2b2b2 100%);       /* IE10+ */
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #b2b2b2 100%);        /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #b2b2b2 100%);     /* W3C */
  border-bottom: 1px solid #ff9933;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  position: relative;
  padding: 15px 20px;
}

header h1 {
  color: #686868;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-shadow: rgba(255, 255, 255, 0.9) 0 1px 0;
}

header p {
  color: #686868;
  font-size: 13px;
  margin: 0;
  width: 300px;
}

header p.view {
  display: none;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

header p.view a {
  color: #ff8000;
}

header p.view small {
  font-weight: normal;
}

header ul {
  background-color: #ff9100; /* Old browsers */
  background-image: -moz-linear-gradient(top, #ff9100 0%, #ff6a00 100%);      /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9100), color-stop(100%,#ff6a00)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #ff9100 0%, #ff6a00 100%);   /* Chrome10+,Safari5.1+ */
  background-image: -ms-linear-gradient(top, #ff9100 0%, #ff6a00 100%);       /* IE10+ */
  background-image: -o-linear-gradient(top, #ff9100 0%, #ff6a00 100%);        /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ff9100 0%, #ff6a00 100%);     /* W3C */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.45) 0 1px 0, inset rgba(0, 0, 0, 0.2) 0 -1px 0;
  -moz-box-shadow: inset rgba(255, 255, 255, 0.45) 0 1px 0, inset rgba(0, 0, 0, 0.2) 0 -1px 0;
  box-shadow: inset rgba(255, 255, 255, 0.45) 0 1px 0, inset rgba(0, 0, 0, 0.2) 0 -1px 0;
  list-style: none;
  margin: 0;
  padding: 1px 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: auto;
  height: 40px;
  z-index: 1;
}

header ul:before {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0, inset rgba(255, 255, 255, 0.7) 0 -1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0, inset rgba(255, 255, 255, 0.7) 0 -1px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0, inset rgba(255, 255, 255, 0.7) 0 -1px 0;
  bottom: -6px;
  content: "";
  left: -5px;
  position: absolute;
  right: -5px;
  top: -4px;
  z-index: -1;
}

header ul li {
  float: left;
  width: 90px;
  height: 38px;
}

header ul li:hover {
  background-color: #ff9c1a; /* Old browsers */
  background-image: -moz-linear-gradient(top, #ff9c1a 0%, #e65f00 100%);      /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9c1a), color-stop(100%,#e65f00)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #ff9c1a 0%, #e65f00 100%);   /* Chrome10+,Safari5.1+ */
  background-image: -ms-linear-gradient(top, #ff9c1a 0%, #e65f00 100%);       /* IE10+ */
  background-image: -o-linear-gradient(top, #ff9c1a 0%, #e65f00 100%);        /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ff9c1a 0%, #e65f00 100%);     /* W3C */
}

header ul li + li {
  border-left: 1px solid #a9a9a9;
  width: 90px;
}

header ul li + li + li {
  border-right: none;
  width: 90px;
}

header ul a {
  color: white;
  display: block;
  font-size: 11px;
  line-height: 1;
  padding-top: 6px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
  width: inherit;
  height: 38px;
}

header ul a strong {
  color: white;
  display: block;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

header a {
  color: #ff8000;
  text-decoration: none;
}

header h1 a {
  color: #ff6a00;
}

section {
  background-color: #fafafa;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  font-size: 15px;
  padding: 15px 20px;
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  color: #222;
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 0;
}

p,
ul,
table {
  margin: 0 0 20px;
}

h1,
h2,
h3 {
  line-height: 1.1;
}

h1 {
  font-size: 28px;
}

h2 {
  color: #393939;
}

h3,
h4,
h5 {
  color: #494949;
}

th,
td {
  border-bottom: 1px solid #aaa;
  padding: 5px 10px;
  text-align: left;
}

th {
  color: #222;
}

hr {
  border: 0;
  background-color: #aaa;
  height: 1px;
  margin: 0 0 20px;
}

footer {
  color: #ccc;
  font-size: smaller;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0 0;
  text-align: center;
  width: 640px;
}

footer a {
  color: white;
  font-weight: bold;
}

.center {
  text-align: center;
}

.rss-icon {
  vertical-align: -7%;
}

.theme-table {
  width: 100%;
}

.theme-table td {
  border: 0;
  text-align: center;
  width: 230px;
}

.thumb {
  float: right;
  margin-top: 25px;
}


@media (max-width: 991px) {
  body {
    padding: 0;
  }

  .wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }

  footer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 20px;
    width: auto;
  }

  footer p {
    float: none;
    margin: 0;
  }

}

@media (max-width: 768px) {
  header ul {
    display: none;
  }

  header p.view {
    display: block;
  }

  header p {
    width: 100%;
  }
}

/* Downloads */
.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: auto;
  padding: 20px;
}

.flex-container > .card {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: calc(1/3*100% - (1 - 1/3)*40px);
}

.card {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}

.card > p {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.card > a > img {
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
