body {
    padding-top: 40px;
}
header {
    position: relative;
    background: black;
    height: 300px;
}

header h1 {
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 52px;
    color: white;
    letter-spacing: 4px;
    text-shadow: black 2px 2px 5px;
}

header h1 span.q2 {
    color: #BD362F;
}

header h1 span.online {
    text-transform: lowercase;
    font-variant: small-caps;
}

header .container {
    position: relative;
    height: 100%;
}

header .overlay {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

header .overlay p {
    position: absolute;
    top: 75px;
    left: 0;
    margin: 0;
    color: white;
    font-size: 22px;
    line-height: 1em;
    text-shadow: black 2px 2px 5px;
    color: #ccc;
}

header .slides {
    height: 100%;
}

header .slides > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent none 50% 50% no-repeat;
    background-size: cover;
}

header .overlay a.play {
    position: absolute;
    bottom: 20px;
    right: 0;
}

header blockquote {
    position: absolute;
    right: 0;
    bottom: 20px;
    margin: 0;
    padding: 0;
    border: none;
}

header blockquote p {
    color: white;
    font-size: 20px;
    font-style: italic;
    text-shadow: 2px 2px 5px black;
}

header blockquote small {
    font-size: 14px;
    text-shadow: 2px 2px 5px black;
}

footer {
    border-top: 1px solid #d4d4d4;
    background: #eee;
    padding: 30px 0;
    color: #777;
}

div.subnav {
    position: absolute;
    left: 0;
    right: 0;
}

div.subnav a.back {
    float: right;
    padding: 10px 15px;
    display: none;
}

div.subnav a.back:hover {
    text-decoration: none;
}

#content {
    padding-top: 50px;
}

#content h2 {
    margin-top: -80px;
    padding-top: 80px;
}

table.table tr.active td {
    font-weight: bold;
}

.icon-mac {
  background-image: url("../img/mac.png");
  width: 16px;
  height: 16px;
  background-position: 0 0;
}

.icon-linux {
  background-image: url("../img/linux.png");
  width: 16px;
  height: 16px;
  background-position: 0 0;
}

.icon-windows {
  background-image: url("../img/windows.png");
  width: 16px;
  height: 16px;
  background-position: 0 0;
}

tr.loading td {
    text-align: center;
}

tr.template {
    display: none;
}

table.servers {
    table-layout: static;
}

table.servers th.hostname { width: 50%; }
table.servers th.address { width: 20%; }
table.servers th.players { width: 8%; }
table.servers th.map { width: 16%; }
table.servers th.connect { width: 6%; }
