ul.checkout-types {
  list-style-type: none;
}
ol#checkoutSteps {
  list-style-type: none;
}
.one-page-checkout-progress ol {
  list-style-type: none;
}
#bd ul {
  list-style-type: none !important;
}
#bd {
  text-align: left;
}
#bd form label {
  display: inline;
}

.informational {
  width: 460px;
  margin-right: 10px;
  float: left;
  margin-top: 20px;
}
.legality {
  width: 450px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  font-size: 9px;
}

.informational ul {
  list-style-type: none;
}
.informational ul li {
  display: inline;
}
