@media only screen and (max-width: 768px) {
    .nav-tabs {
        margin-top: 50px;
    }
}

.nav {
    /* margin-bottom: 18px; */
    margin-left: 0;
    list-style: none;
}

.nav>li>a {
    display: block;
}

.nav>.pull-right {
    float: right;
}

.nav .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav li+.nav-header {
    margin-top: 9px;
}

.nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}

.nav-list>li>a,
.nav-list .nav-header {
    margin-right: -15px;
    margin-left: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

    color: #ffffff;
    background-color: #0088cc;
}

.nav-list>li>a {
    padding: 3px 15px;
}

.nav-list>.active>a,
.nav-list>.active>a:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.nav-list [class^="icon-"] {
    margin-right: 2px;
}

.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
    *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
    display: table;
    content: "";
}

.nav-tabs:after,
.nav-pills:after {
    clear: both;
}

.nav-tabs>li,
.nav-pills>li {
    float: left;
    width: 50%;
}

.nav-tabs>li>a,
.nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
    line-height: 14px;
}

.nav-tabs {
    border-bottom: 1px solid #e5e5e5;

}

.nav-tabs>li {
    margin-bottom: -1px;

}

.nav-tabs>li>a {
    padding-top: 12px;
    background-color: white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #464646;
    padding-bottom: 12px;
    line-height: 18px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 0 none;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 15px;

}

.nav-tabs>li>a:hover {
    background: grey;
    color: white;
    border-radius: 5px 5px 0 0;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover {
    cursor: default;
    background: #4267B2;
    border-bottom: 0 none;
    border-radius: 5px 5px 0 0;
    color: white;
}

.tab-content {
    /* overflow: auto; */
    /* border: 1px solid #e5e5e5; */
    border-top: 0 none;
    padding-top: 18px;
    margin-top: -18px;
}

.tab-content .columns {
    max-width: 100%;
}

.tab-content .columns p {
    padding: 0;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
    padding: 15px 25px;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}