﻿.okoora-tab {
    padding: 10%;
    margin-top: -8%;
}

    .okoora-tab #tabs {
        background: #007b5e;
        color: #eee;
    }

        .okoora-tab #tabs h6.section-title {
            color: #eee;
        }

        .okoora-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #0062cc;
            background-color: transparent;
            border-color: transparent transparent #f3f3f3;
            border-bottom: 3px solid !important;
            font-size: 16px;
            font-weight: bold;
        }

        .okoora-tab .nav-link {
            border: 1px solid transparent;
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem;
            color: #0062cc;
            font-size: 16px;
            font-weight: 600;
        }

        .okoora-tab .nav-link:hover {
            border: none;
        }

        .okoora-tab thead {
            background: #f3f3f3;
            color: #333;
        }

        .okoora-tab a {
            text-decoration: none;
            color: #333;
            font-weight: 600;
        }

        [data-toggle="collapse"]:after {
            display: inline-block;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f054";
            transform: rotate(90deg);
            transition: all linear 0.25s;
            float: right;
        }

        [data-toggle="collapse"].collapsed:after {
            transform: rotate(0deg);
        }