* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Joystix';
  font-style: normal;
  font-weight: normal;
  src: local('Joystix'), url('joystix.ttf') format('truetype');
}
html { height: 100%; }
body {
  font-family: sans, sans-serif;
  font-size: 15px;
  background: #001122 url(bg.png);
  color: #dfdfdf;
  height: 100%;
  margin: 0;
}
#container {
  background: rgba(0,0,0,0.15);
  width: 100%;
  max-width: 690px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
header {
  text-align: center;
  padding-top: 20px;
}
.border {
  box-shadow: 0 0 8px black;
  border-radius: 3px;
  margin: 4px;
}
a:link, a:visited {
  color: rgb(247, 247, 110);
  text-decoration: none;
}
a:hover {
  color: rgb(255, 255, 20);
}
h1, h2 {
  font-family: "Joystix";
  font-weight: normal;
  margin-bottom: 0;
}
h1 { font-size: 22px; }
h2 { font-size: 11px; }
hr {
  border: none;
  border-top: 1px solid #E52121;
  border-bottom: 1px solid #9D1717;
  outline: none;
  height: 0;
}
p { margin: 1.5em 0; }
ul { margin-bottom: 20px; }
.big { font-size: 120%; }

table {
  border-collapse: collapse;
  margin: 5px 0 20px 0;
  width: 100%;
  background: black;
  border: 2px solid #9D1717;
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
}
th, td {
  text-align: left;
  padding: 5px 8px;
}
th:not(:first-child),
td:not(:first-child) {
  color: #aaa;
}

iframe {
  width: 100%;
}
