#storyjs-timeline .marker.nocategory h3, #storyjs-timeline .marker.nocategory.active h3 {
    color: black !important;
}

/*Topics timeline*/
#storyjs-timeline .marker.category36 h3, #storyjs-timeline .marker.category36.active h3 {
    color: #226874 !important;
}

/*Topics active button*/
#event-category label[for="category36"].ui-state-active {
    background: #226874;
    border-color: #226874;
}

/*Topics button*/
#event-category label[for="category36"].ui-state-default {
    color: #226874;
}

/*Events timeline*/
#storyjs-timeline .marker.category37 h3, #storyjs-timeline .marker.category37.active h3 {
    color: #956616 !important;
}

/*Events active button*/
#event-category label[for="category37"].ui-state-active {
    background: #956616;
    border-color: #956616;
}

/*Events button*/
#event-category label[for="category37"].ui-state-default {
    color: #956616;
}
