/* rounded */
.rounded-sm {
  /* The well/panel default */
  border-radius: 4px;
}
.rounded-sm.panel .panel-heading {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.rounded-md {
  border-radius: 15px;
}
.rounded-md.panel .panel-heading {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.rounded,
.rounded-lg {
  border-radius: 25px;
}
.rounded.panel .panel-heading,
.rounded-lg.panel .panel-heading {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.rounded-xlg {
  border-radius: 50px;
}
.rounded-xlg.panel .panel-heading {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.rounded-max {
  border-radius: 100%;
}
.rounded-max.panel .panel-heading {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}

/* Small H2 */
h2,
.h2 {
  font-size: 1.65em;
  margin-top: 31px;
  margin-bottom: 17.5px;
}

/*# sourceMappingURL=webpub.css.map */
