﻿
nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #2eacb7;
    border-radius: 0;
}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff !important;
    background: #2eacb7;
    border-radius: 0;
}

    nav > div a.nav-item.nav-link.active:after {
        content: "";
        position: relative;
        bottom: -60px;
        left: -10%;
        border: 15px solid transparent;
        border-top-color: #e74c3c;
    }

.tab-content {
    background: #fff;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #03717b;
    border-bottom: 5px solid #03717b;
    padding: 30px 25px;
    min-height: 350px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #3cc5d1;
    color: #b6ff00;
    border-radius: 0;
    transition: background 0.20s linear;
}
