body {
  font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana",
    "sans-serif";
  font-size: 62.5%;
}

.branco {
    background: white;
}

.atleta {
  float: left;
  margin: 2px 0 2px 5px;
  cursor: move;
  background: white;
}

.position {
  float: left;
  font-size: 0.7em;
  width: 70px;
  height: 95px;
  margin: 0;
  padding: 0;
  border: chartreuse 1px dotted;
  
}

.position .atleta {
  margin: 0;
  width: 65px;
  height: 72px;
}

.position .atleta span {
  
  overflow:auto;
  text-align: center;
}

.position .atleta img {
  width: 65px;
  height: 52px;
  margin: 0;
}

.white {
  color: white;
}

.green {
  color: #99ff66;
  text-align: right;
}

.botom {
  position: "absolute";
  bottom: 0;
  left:0;
}

.banco {
  padding: 0;
  font-size: 10px;
  height: 890px;
}

.segundo {
  color: red;
}

#wrapper {
  overflow: auto;
  width: 950px;
  margin: 0 auto;
  font-size: 1.8em;
}

#galeria {
  width: 1700px;
  float: left;
  min-height: 76px;
}

#scroll-bar-galeria {
  clear: left;
  padding: 0 4px 0 2px;
  margin: 0 -1px -1px -1px;
}

#scroll-bar-galeria .ui-slider {
  background: none;
  border: 0;
  height: 2em;
  margin: 0 auto;
}

#scroll-bar-galeria .ui-handle-helper-parent {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#scroll-bar-galeria .ui-slider-handle {
  top: 0.2em;
  height: 1.5em;
}

#scroll-bar-galeria .ui-slider-handle .ui-icon {
  margin: -8px auto 0;
  position: relative;
  top: 50%;
}

#galeria .atleta {
  width: 70px;
  height: 70px;
}

#galeria .atleta img {
  width: 70px;
  height: 58px;
  margin: 0;
}

#galeria .atleta span {
  display: block;
  text-align: center;
  font-size: 0.5em;
}

#banco {
  float: right;
  width: 250px;
  height: 730px;
  font-size: 0.5em;
  background: transparent;
}

#banco ul li a {
  font-size: 1rem;
}

#banco .atleta {
  width: 70px;
  height: 70px;
  margin-top: 1px;
  margin-left: 1px;
}

#banco .atleta img {
  width: 70px;
  height: 58px;
  margin: 0;
}

#banco .atleta span {
  width: 100%;
  font-size: 0.7rem;
}

#campo {
  float: left;
  width: 690px;
  height: 900px;
  background: url(campo.jpg) center top no-repeat;
  background-size: 100% 100%;
}

#branco {
  float: left;
  width: 650px;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  color: green;
  background: white;
}

#verde {
  float: left;
  width: 650px;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  color: green;
  background: #99ff66;
}

#dataJogo {
  float: left;
  width: 240px;
  font-size: 18px;
  color: blue;
  text-align: center;
  padding-right: 4px;
}

#datepicker {
  font-size: large;
  color: green;
}

#config {
  float: right;
}
