small.bradcrumbs {
  line-height: 16px;
  font-size: 12px;
  display: block;
  color: #333333;
}
small.bradcrumbs a {
  color: inherit;
}
small.bradcrumbs a:last-of-type {
  text-decoration: none;
}
@media only screen and (min-width: 750px) {
  small.bradcrumbs {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  small.bradcrumbs {
    font-size: 10px;
  }
}
