body {
  background-color: #FEE867;
  font-family: 'Merriweather Sans', sans-serif;
  margin: 0 auto;
  width: 400px;
  font-size: 20px;
}

#container {
  width: 400px;
  text-align: center;
  margin: 0 auto;
}

h1, h2, h3 {
    text-shadow:
    3px 3px 0 #FFF,
    -1px -1px 0 #FFF,  
    1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px 1px 0 #FFF;
    font-weight: bold;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.6em;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.std-table
{
  font-size: 16px;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.std-table th
{
  font-size: 18px;
  font-weight: normal;
  padding: 12px 15px;
}
.std-table td
{
  padding: 10px 15px;
  color: #222;
  border-top: 1px solid #F47A20;
}
.oce-first
{;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.std-table tr:hover td
{
  color: #FEE867;
  background: #F47A20;
}

input[type=text] {
  font-size: 20px;
  padding: 5px;
}

.button {
  font-size: 20px;
}

.bet-container {
  float: left;
  margin-left: 28px;
  margin-right: 28px;
  margin-bottom: 20px;
}

.bets {

}

.large {
  font-size: 30px;
}

.error {
  color: #F00;
}