h1,h2,h3,h4,h6,hgroup,
ul,ol,dd,
p,figure,
pre,table,fieldset,hr {
  margin-bottom: 20px;
}
.main > .content .col > ul {
  margin-bottom: 20px;
}
h5 {
  margin-bottom: 6px;
}
.select-styled i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.photo-feature .row:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: red;
}

.main:before, .main:after {
  content: "";
  display: table;
}
.main:after {
  clear: both;
}

.photo-feature {
  float: left;
}

.multiple-fields .disclaimer {
  margin-top: 0;
}
