/**
 * Modifier classes for fc-button.
 */
.pdc-fc-button-select {
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance: none;
  padding-right: 3rem;
  background-image: url(../icons/chevron-down-icon.svg);
  background-position: calc(100% - 7px) center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}
