body {
  padding: 20px 10px 0px 10px;
  background: #000;
}

div#container {
  width: 90%;
  border: 1px #333 solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0px auto 20px auto;
  background-color: #222;
  padding: 10px;
  color: #ddd;
}

a {
  color: #ddd;
}

h1 {
  font-size: 1.6em;
  text-align: center;
  border-bottom: 1px #333 solid;
}

dt {
  font-weight: bold;
}

div.image img {
  display: block;
  margin: 0px auto 10px auto;
}

span.small {
  font-size: 0.7em;
}

span.small a {
  text-decoration: none;
}

p.intro, p.donation {
  text-align: center;
  font-size: 0.9em;
}

p.cache {
  padding: 10px;
}

p.stat {
  font-size: 0.9em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin: 0px 0px 10px 0px;
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(top,  #333 0%, #eee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#666)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #333 0%,#666 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #333 0%,#666 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #333 0%,#666 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #333 0%,#666 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#666',GradientType=0 ); /* IE6-9 */
  border: 1px #333 solid;
}

p.stat span.label {
  font-weight: bold;
}

div#footer {
  padding-top: 7px;
}

div#footer hr {
  width: 100%;
  border: none;
  height: 1px;
  color: #333;
  background-color: #333;
}

div#footer p {
  color: #aaa;
  text-align: center;
  font-style: italic;
  font-size: 0.7em;
}

div#footer p a {
  text-decoration: none;
  font-weight: bold;
  color: #aaa;
}

div#footer p a:hover {
  text-decoration: underline;
}

table {
  background-color: #444;
}

div.red, p.cache {
  text-align: center;
  background-color: #ffe2e1;
  border: 1px #600 solid;
}

table {
  border: 1px #666 solid;
}

th, td {
  padding: 10px;
  border-right: 1px #666 solid;
  font-size: 0.9em;
}

.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #555;
}

th {
  background: #333;
  border-bottom: 1px #666 solid;
}

#forkongithub a{background:#333;color:#fff !important;font-style: normal;text-decoration:none;font-family:arial,sans-serif;text-align:center;font-weight:bold;padding:5px 40px;font-size:1rem;line-height:2rem;position:relative;transition:0.5s;}#forkongithub a:hover{text-decoration: none !important;background:#666;color:#fff;}#forkongithub a::before,#forkongithub a::after{content:"";width:100%;display:block;position:absolute;top:1px;left:0;height:1px;background:#999;}#forkongithub a::after{bottom:1px;top:auto;}@media screen and (min-width:800px){#forkongithub{position:fixed;display:block;top:0;right:0;width:200px;overflow:hidden;height:200px;z-index:9999;}#forkongithub a{width:200px;position:absolute;top:60px;right:-60px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);box-shadow:4px 4px 10px rgba(0,0,0,0.8);}}