.js-tabs .tabs {
    border-bottom: .22em solid #ccc;
    margin-bottom: 30px;
}

.js-tabs .tab {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    position: relative;
    top: 2px;
    padding: 10px 15px;
    font-size: medium;
}

.js-tabs .tab:hover, .js-tabs .tab:active, .js-tabs .tab:focus {
    color: #168193;
    text-decoration: none;
}

.js-tabs .tab.active {
    border-bottom: .12em solid #168193;
    cursor: default;
    color: #168193;
    font-weight: bold;
}

.js-tabs .panels {
    background: none;
}

.js-tabs .panel {
    display: none;
}

.js-tabs .panel.active {
    background: none;
    display: block;
}
