/* Enter Your Custom CSS Here */

/* Increase size of ratings stars */
.ratings_stars {
    font-size: 1.5rem;
}

/* table tr td {
    background-color: #000000;
} */

@media screen and (max-width: 39.9375em) { /* Adjust this value based on Foundation's breakpoint for mobile */
  .large-3.medium-4.small-12.columns {
    order: -1;
  }
}