.separator {
  background : #A3C900;
  color      : #687F00;
  font-size  : 1px;
  height     : 12px
}

.details-wrapper {
  background : #4c6130;
}

.details {
  margin          : 0;
  border-collapse : collapse;
  width           : 280px;
}

.details td, .details th {
  font-family  : Verdana, Arial;
  font-size    : 11px;
  border       : 1px solid #7b9c4e;
  border-width : 1px 0;
  padding      : 2px 1px;
  font-weight  : bold;
  color        : #fff;
}

.details th {
  font-weight : normal;
  text-align  : left;
}

span.right {
  color : #fff;
}

.left-pane {
 margin : 25px 10px;
}

.center-pane {
  background : #4c6130;
}

.right-pane {
  margin : 25px 10px 25px 0;
}

.dropdown {
  font-weight : normal;
  display     : none;
  font-size   : 10px;
  clear       : both;
}

.left {
  float : left
}

.right {
  float  : right;
  cursor : hand;
  cursor : pointer;
  color  : black;
}

