body {
  font-family: PT Sans;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  text-rendering: optimizelegibility;
}

h4 {
  font-size: 20px;
}

.tabbable.custom-tabs > .tab-content h4 {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}

.tab-content h5 {
  border-bottom: 1px solid #e6e6e6;
  font-size: 26px;
  margin: 30px 0 15px;
}

h5.delegateName {
  border-bottom: 0;
  margin: 10px 0 15px;
  font-size: 18px;
  width: 340px;
}

h5.delegateName span {
  font-weight: normal;
  font-size: 14px;
  color: #444;
  line-height: 16px;
  display: inline-block;
  margin-top: 4px;
}

.delegateList {
  background-color: #fff;
  margin-bottom: 15px;
  border: 1px solid #e3e3e3;
  border-bottom: 5px solid #e3e3e3;
  width: 500px;
}

.delegateList h5 {
  margin-top: 0;
  color: #ca1a00;
}

.delegateDetails {
  padding: 10px;
  position: relative;
}

.additionalOptions {
  margin: -5px 0 0;
  background-color: #efefef;
  padding: 0 10px 10px;
  position: relative;
}

.additionalOptions p {
  margin-bottom: 10px;
}

label {
  display: block;
}

.paymentDetailTable {
  width: 500px;
}

.paymentDetailTable td {
  vertical-align: top;
  border-bottom: 1px solid #eaeaea;
}

.paymentDetailTable tr.denotes td {
  border-bottom: 0;
  padding-top: 10px;
}