/* For Tab */

.tabs-menu {
    height: 30px;
    clear: both;
    padding-left: 18px;
    padding-top: 4px;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 4px;
    background-color: #ddd;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.tabs-menu li.current {
    position: relative;
    background-color: #F1F1F1;
    z-index: 5;
    font-weight: bolder;
}

.tabs-menu li a {
    padding: 6px 24px;
    color: #111;
    text-decoration: none;
    font-weight: bolder;
}

.tabs-menu .current a {
    color: #111;
    font-weight: bolder;
}

.tab {
    border: 1px solid #ccc;
    background-color: #F1F1F1;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    width: auto;
    padding: 20px;
    display: none;
}

#tab-1 {
    display: block;
}

.clearfix:after {
    content: " ";
    clear: both;
    display: block;
    height: 0
}

#tabs-container > .tabs-menu {
    margin: 0!important;
}

#tabs-container > .tabs-menu li a:focus {
    box-shadow: none;
}
