/* 70-states_40em.css */

/* styles for larger screens */
@media (min-width: 40em) {

.is-right {
  /* positioning */
  flex-direction: row-reverse;
  float: right !important;
}

} /* @media (min-width: 40em) */
