/* clear extra spacing */
html, body, div, form, fieldset, legend, label, img, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
th, tr { padding: 0; }
img { border: 0; }

html {
  font-family: Helvetica, Arial, sans-serif;
  background: #ddd;
  font-size: 16px;
}

body {
  padding: 0 15px;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

.container {
  width: 800px;
  height: 600px;
  position: relative;
}

.b {
  font-weight: bold;
}

.border {
  border: 1px black solid;
}

.logout {
  float: right;
}

.card-text {
  font-family: "Arial Unicode MS", Batang;
  font-size: 25px;
}

.table {
  width: 354px;
  height: 354px;
  position: absolute;
  top: 73px;
  left: 223px;
  border: 3px #8a4a08 solid;
  background-color: #088a4b;
}

.trick-up {
  width: 18px;
  height: 25px;
  position: absolute;
  background: #ed9595 url("/img/trick-up.png") no-repeat left top;
  display: none;
}

.trick-side {
  width: 25px;
  height: 18px;
  position: absolute;
  background: #ed9595 url("/img/trick-side.png") no-repeat left top;
  display: none;
}

.hand {
  position: absolute;
  bottom: 0;
  left: 124px;
}

.hand img {
  position: absolute;
}

.cardup {
  display: none;
}

.table-card {
  width: 72px;
  height: 100px;
  position: absolute;
}

.playcard {
  position: absolute;
  top: 16px;
  left: 2px;
  text-align: center;
  font-size: 14pt;
  color: #8a0a08;
  display: none;
}

.roster {
  float: left;
  height: 200px;
}

.roster-name {
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0 0 5px;
}

.marquee {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40pt;
}

.player {
  position: absolute;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 30pt;
}

.player0 {
  left: -220px;
  top: 154px;
  text-align: right;
}

.player1 {
  left: 77px;
  top: -68px;
  text-align: center;
}

.player2 {
  right: -220px;
  top: 154px;
  text-align: left;
}

.newgame {
  float: left;
  width: 300px;
}

.jointable {
  float: left;
  width: 90px;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 50px;
  padding-left: 10px;
}

.pass {
  position: absolute;
  width: 80px;
  display: none;
}

.pass0 {
  top: 110px;
  left: -97px;
}

.pass1 {
  top: -110px;
  left: 140px;
}

.pass2 {
  top: 110px;
  right: -97px;
}

.pass-button {
  font-size: 20pt;
}

.pass-card {
  position: absolute;
  top: 210px;
  display: none;
}

.ok-button {
  position: absolute;
  top: 319px;
  right: 0px;
}

.score {
  padding: 0 5px 0 5px;
  text-align: right;
}

div#preload {
  display: none;
}

.trick {
  position: absolute;
  display: none;
}

.trick0 {
  bottom: 198px;
  left: 0;
}

.trick1 {
  bottom: 239px;
  left: 62px;
}

.trick2 {
  bottom: 198px;
  left: 124px;
}

.mytrick {
  bottom: 159px;
  left: 62px;
}
