.tabs-wrapper{
    width: 100%;
    margin-bottom: 15px;
}
.tabs-wrapper > .tabs{
    width: 100%;
}

.tabs-wrapper > .tabs > a{
    display: block;
    float: left;
    padding: 14px 10px;
    background: #fff;
    color: #000;
    text-decoration: none;
}
.tabs-wrapper > .tabs > a.active{
    background-color: #f5f5f5;
    color: red;
    font-weight: bold;
}

.tabs-wrapper > .detail-group{
    display: none;
    margin:0;
    background-color: #f5f5f5;
}