* {
  box-sizing: border-box;
  text-decoration: none;
}

#shipping_method input[type=radio] {
  background: none;
  vertical-align: top;
  margin-top: 5px;
}
