body {
  max-width: 540px;
  margin: 0 auto;
  background-color: #efdab6;
}

a {
  color: #274d9a;
  text-decoration: none;
}

table {
  padding: 0;
  margin: 0;
}

div.body {
  border: 1px solid #efdab6;
  background-color: #6178d7;
  background-repeat: no-repeat;
  background-image: url(../images/back.png);
  overflow: hidden;
}

div.trava {
  position: relative;
  padding-top: 20px;
  background-repeat: repeat-x;
  background-position: 100% 110%;
  background-image: url(../images/trava.png);
}

.samolet {
  background-repeat: no-repeat;
  background-image: url(../images/pilot.png);
  background-position: -10px -10px;
}

.samolet-die {
  background-image: url(../images/pilot_die.png);
}

.samolet-bomb {
  background-position: 30px 124px; 
  background-repeat: no-repeat;
  padding-top: 4px;
}

div.voice {
  background-image: url(../images/text.png);
  background-repeat: no-repeat;
  margin: 6px auto;
  padding-left: 40px;
  padding-right: 4px;
  position: absolute;
  top: -6px;
  left: 30%;
  height: 20px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50%;
  white-space: nowrap;
}

div.display {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 200px;
  margin: 6px auto;
}

table.table_kamikaze {
  border: 1px solid #ffffff;
  margin: 0 auto;
}

td.bomb {
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ffffff;
  width: 22px;
  height: 22px;
}

td.bomb a {
  display: block;
}

td.bomb-game {
  background-color: #4255ff; 
}

td.bomb-win {
  background-image: url(../images/x.gif);
}

td.bomb-loss {
  background-image: url(../images/z.gif);
}

td.back-red {
  background-color: red;
}

.win {
  text-align: center;
  background: #67da67;
  color: #ffffff;
  width: 50%;
}

.cash {
  text-align: center;
  background: #ffd8a2;
  width: 50%;
}

td.info {
  background-color: #ffffff;
}

td.info a {
  display: block;
  padding: 0px 2px;
  color: #4b4b4b;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-color: #a3a3a3;
  font: 10pt/9pt sans-serif;
}

td.stavka {
  border: 1px solid #ffffff;
  width: 29px;
  height: 20px;
  text-align: center;
  background-color: #fff9e6;
}

td.stavka:hover {
  background-color: #ffedb7;
}

td.stavka > a {
  display: block;
}

td.info a.text-red {
  color: red;
}

.desc {
  margin: 6px auto;
  max-width: 90%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 6px;
}

.button {
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.foot {
  background-color: #a8d6ff;
  padding: 4px;
  margin-top: -4px;
}