#tabs {
    text-align: center;
}

#tabs .tabs a {
    margin: 20px;
    color: #777;
    font-size: 18px;
    display: inline-block;
}

#tabs .tabs a.active,
#tabs .tabs a:hover {
    color: #bb9d57;
}

#tabs .tabs .tabs_content {
    position: relative;
}

#tabs .tabs .line {
    position: absolute;
    left: 0;
    bottom: 0;
    border-width: 0 10px 15px 10px;
    border-style: solid;
    border-color: transparent transparent #bb9d57 transparent;
}

#tabs .title {
    padding: 20px;
    color: #fff;
    font-size: 28px;
    letter-spacing: 4px;
    background-color: #bb9d57;
}