body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: white;
  overflow-y: scroll;
  background-repeat: repeat-x;
  background: url(http://www.exile.lv/stats/rpg/images/triangles.png) repeat;
  background-color: black;
}

.hidden {
  height: 0;
  overflow: hidden;
  transition: all 1s;
}

.img {
  border: 3px solid #d4a050;
  border-radius: 10px;
  transition: border 0.5s;
  cursor: pointer;
}

.game {
  width: 800px;
  height: calc(100% + 100px);
  position: relative;
  margin: 0 auto;
}

.welcome {
  font-size: 50px;
  line-height: 0;
  text-align: center;
  font-family: 'Skranji', cursive;
  margin-top: 70px;
}

.exileLogo {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  z-index: 100;
}

.rpgSelectContainer {
  color: white;
  text-decoration: none;
  background: #1a8e1a;
  display: block;
  width: 700px;
  font-weight: bold;
  line-height: 10px;
  font-family: sans-serif;
  text-align: center;
  border-radius: 10px;
  border: 3px solid #1c581c;
  margin: 15px auto;
}

.linkContainer {
  flex: 1;
  text-align: center;
}

.extraLinks {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 20px;
}

.extraImg {
  height: 45px;
  background: #1d1d1d;
  border-radius: 20px;
  padding: 10px;
}

.extraLink {
  flex: 1;
  min-width: 100%;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.serverList {
  display: flex;
}

.serverSelect {
  display: flex;
  margin: 0;
}

.steamLogo {
  height: 12px;
}

.item {
  flex: 1;
  line-height: 40px;
}

.servertitle {
  min-width: 360px;
}

.players {
  max-width: 145px;
}

.joinNowButton {
  border-radius: 0 7px 7px 0;
  transition: all 0.5s;
}

.joinNowButton:hover {
  background: #256d25;
  color: #ff0000;
  transition: all 0.5s;
}

.countdown {
	text-align: center;
	color: #bf0000;
    transition: all 1s;
}

.countdownText {
	display: inline-block;
}

.countdownContainer {
	height: 61px;
}

.colorSwitch {
	color: #880000;
    transition: all 1s;
}

.memorial {
	margin: 0 auto;
	width: 320px;
	text-align: center;
}

.memorialLink {
	color: white;
	text-decoration:  none;
}

.memorialLink:visited {
	text-decoration: none;
	color: white;
}

.memorialLink:hover {
	text-decoration: none:
	color: white;
}

.Latvia {
    position: relative;
    overflow: hidden;
    height: 260px;
}

.lvVid {
	margin-top: -145px;
}

.latviaLink {
	text-align: center;
    color: #ad3c35;
}

.stanLeeSecret {
    margin: 0 auto;
    display: block;
    padding: 20px;
}

.chineseNewYear {
    position: relative;
    height: 0;
}

#canvas {
	display: block;
}

.canvas {
    min-height: 100%;
    height: 851px;
    position: absolute;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cnyBG {
	background: url(./cny.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 147px;
    top: -41px;
    position: relative;
}

.spd-container {
    position: absolute;
    bottom: 160px;
    right: 50px;
}