.fc-button-group {
  .fc-state-default {
    border-radius: 0;

    &:first-child {
      border-radius: 3px 0 0 3px;
    }

    &:last-child {
      border-radius: 0 3px 3px 0;
    }
  }
  &--padded {
    padding: 16px 0 10px;
  }
}

.fc-state-default {
  padding: 4px 12px;
  line-height: 18px;
  border-radius: 3px;
  background-image: none !important;
  cursor: pointer;
}