.navbar-static-top {
  margin-bottom: 20px;
}

#javaScriptDisabled {
  display: none;
}

#content {
  height: 450px;
  width: 900px;
}

#alert {
  width: 890px;
}

form {
  margin-bottom: 0;
}

input[type="text"], textarea {
  color: #000;
}

#content table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  margin-bottom: 0;
}

.table th {
  font-weight: normal;
}

.table td {
  vertical-align: middle;
}

.hearts-table-container {
  width: 420px;
}

.hearts-table-header {
  width: 400px;
}

.hearts-table-scrollpane {
  background-color: white;
  border: solid 1px #CCC;
  height: 310px;
  overflow: auto;
  width: 420px;
}

.hearts-table-body {
  width: 400px;
}

.hearts-table-selected {
  background-color: #049CDB;
  color: white;
}

.btn-toolbar {
  margin-top: 0;
}

#table {
  background-color: #266a0d;
  color: white;
  height: 410px;
  padding-top: 5px;
}

.seat {
  text-align: center;
  vertical-align: middle;
}

#seat1, #seat3, #trickContainer, #trick {
  height: 314px;
}

#seat1, #seat3 {
  width: 116px;
}

#trickContainer, #trick {
  width: 202px;
}

#trick {
  position: relative;
}

#chatArea {
  height: 170px;
  overflow-y: scroll;
  resize: none;
}

#hand {
  position: relative;
}

.card {
  height: 135px;
  position: absolute;
  width: 87px;
}

code {
  background-color: transparent;
  border-style: none;
  padding: 0;
}
