@font-face {
  font-family: NorseBold;
  src: url(/fonts/NorseBold-2Kge.otf);
}
@font-face {
  font-family: Norse;
  src: url(/fonts/Norse-KaWl.otf);
}

html {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  font: 14px "Open Sans", Helvetica, Arial, sans-serif;
  background: url("/images/wolfheim3.jpg");
  background-position: 69% 43%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 60px;
}

main {
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  color: white;
  width: 400px;
  height: 200px;
  max-width: 100%;
  margin: auto;
  padding: 10px 20px;
  font-size: 16px;
  position: relative;
}

h1 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
}
.server-name {
  font-family: Norse;
  font-size: 46px;
  color: gold;
}
#version-label {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #ccc;
  font-size: 16px;
}

#status-container {
  display: none;
}
.label {
  display: inline-block;
  min-width: 66px;
  line-height: 1.6em;
}
.status-online {
  color: greenyellow;
}
.status-offline {
  color: tomato;
}
#ping {
  color: skyblue;
}
#players {
  color: skyblue;
}
.address-container {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.btn {
  display: inline-block;
  background: skyblue;
  color: black;
  border-radius: 0px;
  padding: 2px 10px;
  margin-left: 10px;
  font-size: 18px;
  border: none;
  text-decoration: underline;
  line-height: 1.4em;
  cursor: pointer;
}
.steam-icon {
  width: 18px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#btn-join {
  display: none;
}
