.program .divider {
  background-color: #f0f0f0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  height: 7px;
  margin-bottom: 6px;
}
.program .photo {
  float: right;
  padding: 0 5px 5px 0;
  max-width:300px;
  max-height:300px;
}
.program .details {
  //padding: 25px 0 25px 200px;;
  width:90%;
  margin:2em auto;
}
.program .dates {
  font-weight: bold;
}
.program .button {
  height: 31px;
  width: auto;
  margin: 20px auto;
}
  .program .button .left {
    float: left;
    background-image: url("/images/btn_register_left.jpg");
    height: 31px;
    width: 13px;
  }
  .program .button .text {
    float: left;
    background-image: url("/images/btn_register_back.jpg");
    height: 31px;
    padding-top: 5px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 4px;
    text-transform: uppercase;
  }
  .program .button .right {
    float: left;
    background-image: url("/images/btn_register_right.jpg");
    height: 31px;
    width: 13px;
  }

.program-details .divider-top {
  height: 4px;
  background-color: #5C801E;
  margin-bottom: 3px;
}
.program-details .divider-bottom {
  height: 4px;
  background-color: #5279A9;
}
.program-details .odd {
  background-color: #EFEFEF;
}
