.mytabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Nav */
.mytabs nav {
    text-align: center;
}

.mytabs nav > ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.mytabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mytabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

.mytabs nav a span {
    vertical-align: middle;
}

.mytabs nav li.active a {
    color: #74777b;
    background: #f5f5f5;
}

.mytabs nav a:focus {
    outline: none;
}

.tabs-style-underline nav {
    background: #fff;
}

.tabs-style-underline nav a {
    padding: 0.25em 0 0.5em;
    border-left: 1px solid #e7ecea;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.tabs-style-underline > nav > ul > li:last-child a {
    border-right: 1px solid #e7ecea;
}

.tabs-style-underline ul > li.active > a::after,
.tab_pulldown_contents > ul > li.active > a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';

}

.tabs-style-underline > nav > ul > li.active a::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tabs-style-underline nav a span {

}

.dropdown-menu .tab-content .tab-pane a {
    color: #555;
}

.dropdown-menu li a {
    font-weight: normal !important;
}

.dropdown-menu li:first-child {
    margin-top: 0px;
}

#mytab {
    background: #EEE;
    border-radius: 3px;
}
