.rates-ul {
  /* switch xx */
  /* list-style-position: inside; */
  /* unswitch xx */
  margin-left: 1em;
}

.rates-ul>li>div {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 1em;
}
.div-ul {
  flex: 0 0 47%;
  /* margin-bottom: 1em; */
  /* switch xx */
  /* margin-left: 1em; */
}
.div-img {
  flex: 0 0 47%;
  margin-top: 0.4em;
}

/* .inline-colorbox-image { */
/* width: 100%; */
/* } */

.rates-ul1 {
  display: table;
}

.rates-ul1 > li {
  display: table-row;
}
.rates-ul1 > li::before {
  display: table-cell;
  padding-right: 1em;
  content: "-";
  text-align: right;
}

.exceptions {
  margin-top: 1em;
  margin-bottom: 1em;
}

@media (min-width: 320px) and (max-width: 480px) {
  /* mobile vertical */

  .rates-ul>li>div {
    display: block;
    /* flex-direction: column; */
  }

  .div-ul {
    /* margin-bottom: 1em; */
  }

  .div-img {
    margin-top: 1em;
  }

  .div-img p {
    width: 92%;
    margin: auto;
  }
}

/* only for IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* bullets appear to high on IE11 */
  .rates-ul li p {
    margin-top: -1.5em;
  }
}


/* #block-olivero-content .rates-ul { */
/* margin-left: 0 !important; */
/* } */
