.pyp-form-part {
  border-top: 1px dashed #666666;
  margin-top: 24px;
  padding-top: 16px;
}
.pyp-form-part label {
  display: inline-block;
  width: 120px;
}
.pyp-step-header {
  color: #666666;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: -10px;
}
#pyp-confirm {
  border: 0;
  margin-top: 0;
}
#pyp-confirm ul#service-selections {
  margin: 12px 0;
}
#pyp-confirm ul#service-selections li {
  height: 30px;
}
.pyp-capper-tile, .pyp-sporttype-tile {
  display: block;
  float: left;
  position: relative;
}
.pyp-capper-tile {
  height: 250px;
  width: 200px;
}
.pyp-sporttype-tile {
  height: 240px;
  width: 200px;
}
.pyp-capper-tile .select-button, .pyp-sporttype-tile .select-button {
  bottom: 0;
  left: 36px;
  position: absolute;
}
.pyp-capper-tile .expert-name, .pyp-sporttype-tile .sporttype-img {
  bottom: 32px;
  position: absolute;
}
.pyp-capper-tile .expert-img {
  bottom: 32px;
  left: 36px;
  position: absolute;
}
.pyp-button-wrapper {
  height: 33px;
  margin-top: 12px;
}
.next-button, .previous-button, .multi-selection-button {
  background-color: #FA8937;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: white;
  display: inline-block;
  font-weight: bold;
  padding: 8px 20px;
  text-transform: uppercase;
}
.remove-service {
  background-color: #FA8937;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 4px;
  text-transform: uppercase;
}
.next-button:hover, .previous-button:hover, .multi-selection-button:hover, .remove-service:hover {
  color: #DFDFDF;
}
input[name="data_serviceStart"], input[name="data_serviceEnd"] {
  width: 100px !important;
}
#pyp-dates {
  min-height: 180px;
}
#pyp-dates .pyp-button-wrapper, #pyp-buy-now {
  margin-top: 40px;
}
#pyp-buy-now, .hasDatepicker, .ui-datepicker-trigger {
  cursor: pointer;
}
.hasDatepicker {
  height: 20px;
}
.ui-datepicker-trigger {
  left: 4px;
  position: relative;
  top: 19px;
}
.hidden-initially {
  display: none;
}