.km-ios .km-navbar {
    background: #003E6A;
    color: #fff;
}
.km-ios .km-tabstrip {
    background: #003E6A;
}
.km-ios .km-tabstrip .km-button:not(.km-state-active) {
    background: #003E6A;
    color: #fff;
}
.km-ios .km-tabstrip .km-state-active, .km-ios .km-tabstrip .km-state-active:last-child {
    background: #0274ba;
    color: #fff;
}
.km-ios .km-widget.km-scroll-wrapper {
    background: #fff;
    color: #000;
}

.km-ios .km-navbar .km-widget {
    color: #fff;
}

.km-ios .km-view-title {
    color: #fff;
}
