/**
 * Theme stylesheet for 'Orange and Black' tabs.
 */

.theme-orange .fa-icon-tabs__top-button {
    border-left: 1px solid #ff8316;
    border-bottom: 1px solid #ff8316;
}

.theme-orange .fa-icon-tabs__top-button:hover {
    background-color: rgba(255, 131, 22, 0.25);
}

.theme-orange .fa-icon-tabs__top-button.is-active-tab {
    background-color: #ff8316;
}

.theme-orange .fa-icon-tabs__top-button.is-active-tab:hover {
    background-color: rgba(255, 131, 22, 0.75);
}

.theme-orange .fa-icon-tabs__bottom-content a {
    color: #ff8316;
}
