body {
  background: #333 url(../images/bg.jpg) top center no-repeat;
  background-color: #34182f;
  background-size: cover;
  color: #222;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 5em;
}

h1 {
  margin-left: -20px;
  margin-top: -21px;
  padding-bottom: 10px;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin: .83em 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
}

img {
  border: none;
}

ul {
  list-style-type: none;
}

#container {
  background: #bdbdbd;
  border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, .8);
  margin: auto;
  width: 940px;
  padding: 20px;
}

/* Table */
.main-table {
  border: 2px solid #d1d1d1;
  *border-collapse: separate;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-spacing: 0;
  margin: 2em 0;
  width: 100%;
}

.main-table-header {
  background: #5d1919;
  background: -moz-linear-gradient(top, #a02020 0%, #5d1919 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a02020), color-stop(100%, #5d1919));
  background: -webkit-linear-gradient(top, #a02020 0%, #5d1919 100%);
  background: -o-linear-gradient(top, #a02020 0%, #5d1919 100%);
  background: -ms-linear-gradient(top, #a02020 0%, #5d1919 100%);
  background: linear-gradient(to bottom, #a02020 0%, #5d1919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a02020', endColorstr='#5d1919', GradientType=0);
  font-size: 1.125em;
  text-shadow: 2px 2px 3px #3d3d3d;
}

.main-table th {
  line-height: 1.125em;
  padding: .5em;
  color: #fff;
}

.main-table .casinoHeader {
  border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
}

.main-table .getBonusHeader {
  border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  -webkit-border-radius: 0 20px 0 0;
}

.main-table tr.odd {
  background-color: #c2c2c1;
}

.main-table tr.even {
  background-color: #ececeb;
}

.main-table td {
  height: 60px;
  text-align: center;
}

.right-bottom {
  border-radius: 0 0 20px 0;
}

.left-bottom {
  border-radius: 0 0 0 20px;
}

.bonus {
  color: #962020;
  font-size: 1.125em;
}

.maxBonus {
  color: #962020;
}

.button {
  background: #fe9900 url(../images/arrow-simple.png) no-repeat 112px;
  background: url(../images/arrow-simple.png) no-repeat 112px, linear-gradient(#fae6b9, #f8981c);
  background: url(../images/arrow-simple.png) no-repeat 112px, -webkit-linear-gradient(#fae6b9, #f8981c);
  border: 1px solid #fd9f49;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 2px 5px #888;
  -moz-box-shadow: 0 2px 5px #888;
  -webkit-box-shadow: 0 2px 5px #888;
  color: #fff;
  display: inline-block;
  font-size: 1.143em;
  font-weight: bold;
  line-height: 1.143em;
  padding: 8px 0 8px 16px;
  text-align: left;
  text-decoration: none;
  text-shadow: 1px .5px 0 rgba(136, 136, 136, .5);
  width: 128px;
}

.button:focus,
.button:hover {
  background: #5d1919 url(../images/arrow-simple.png) no-repeat 112px;
  background: url(../images/arrow-simple.png) no-repeat 112px, linear-gradient(#a02020, #5d1919);
  background: url(../images/arrow-simple.png) no-repeat 112px, -webkit-linear-gradient(#a02020, #5d1919);
  border-color: #1a80e6;
}

/* Games */
#casinoGames {
  height: 285px;
  position: relative;
  top: -1.5em;
}

#casinoGames ul {
  height: 280px;
  margin: 0 auto;
  padding: 0;
  margin-top: 40px;
}

#casinoGames li {
  float: left;
  width: 230px;
}

#casinoGames li a {
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#casinoGames li a:focus,
#casinoGames li a:hover {
  color: #5d1919;
}

#casinoGames a img {
  margin-top: 50px;
  position: relative;
}

.game-1 {
  background: url(../images/game-1.png) no-repeat;
  height: 280px;
}

.game-2 {
  background: url(../images/game-2.png) no-repeat;
  height: 280px;
}

.game-3 {
  background: url(../images/game-3.png) no-repeat;
  height: 280px;
}

.game-4 {
  background: url(../images/game-4.png) no-repeat;
  height: 280px;
}

#casinoGames .button {
  display: block;
  margin: auto;
}

/* Footer */
#footer-logos {
  text-align: center;
  margin: auto;
  max-width: 473px;
}

#footer-logos img {
  margin-right: 1.5em;
}
