/**
 * Hosting styles
 */
div.hosting-detail {
  border: 1px solid black; }
  div.hosting-detail div.hosting-thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 320px; }
  div.hosting-detail div.hosting-data dl dd div[itemtype="http://schema.org/PostalAddress"] div[itemprop="address"] > * {
    display: block; }
  div.hosting-detail div.hosting-data dl dd div[itemtype="http://schema.org/PostalAddress"] div[itemprop="address"] span.address-locality span[itemprop="postalCode"]:after {
    content: " "; }

form.filters-wrapper label.radio-wrapper input[type="radio"]:not(:checked) + span {
  cursor: pointer; }

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