#divEconomy div.oneThird {
  position: relative;
  float: left;
  width: 33%;
  margin: 0;
  padding: 0 0.5%;
  background-color: #ccdcda;
  min-height: 700px;
  border: 1px solid #999999;
}
#divEconomy div.oneThird .mpArea {
  width: 100%;
  height: 100px;
}
#divEconomy div.oneThird h3 {
  text-align: center;
}

#tblSinglePlayer {
  width: auto !important;
  margin: 0 auto;
}
#tblSinglePlayer td {
  width: 48%;
  text-align: left;
}
#tblSinglePlayer td input {
  width: 93%;
}
#tblSinglePlayer td select {
  width: 97%;
}

#divEconomy table table {
  padding: 6px 0;
}
#divEconomy table table table.hasBorder {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
#divEconomy table table table.first {
  border-top: 1px solid #EEEEEE;
}
#divEconomy table table table.last {
  border-bottom: 1px solid #EEEEEE;
}