 @charset "UTF-8";
.custom-css-target {
  /* Labels */
  /* Prev / Next button circles */
  /* Arrow glyphs — white for contrast on the green circle */
  /* "All Dates" dropdown — recolor the open (blue) state to green */ }
  .custom-css-target #sessionsLabel,
.custom-css-target #speakersLabel,
.custom-css-target #my-sessionsLabel {
    color: #b4e817 !important; }
  .custom-css-target .prev,
.custom-css-target .next {
    background-color: #b4e817 !important; }
  .custom-css-target .prev .fa-angle-left,
.custom-css-target .next .fa-angle-right {
    color: #ffffff !important; }
  .custom-css-target #dropdownBtn[aria-expanded="true"] {
    background-color: #b4e817 !important;
    border-color: #b4e817 !important; }
