.red .button-decoration.button {
  background-color: #ff0000;
}


.red .button-decoration.button.is-highlighted {
  color: #000000;
}

.red .button-decoration.button.is-highlighted .item {
  background-color: #000000;
}

.textSmall .text-major {
    font-size: 0.9em;
    line-height: 1.1em;
}


