.node-type-guides .field-collection-tabs {
    border: 0;
}

.node-type-guides .item-list ul {
    background: 0;
    border: 0;
}

.node-type-guides .ui-tabs .ui-tabs-nav li a {
    padding: 0;
    width: 100%;
}

.node-type-guides .ui-tabs .ui-tabs-panel {
    padding: 0;
}

.node-type-guides .ui-tabs .ui-tabs-nav li:before {
    display: none;
}

.node-type-guides .ui-tabs .ui-tabs-nav li {
    background: #D3DFEE;
    border: 0;
    border-bottom: #fff solid 2px !important;
}

.node-type-guides .ui-tabs .ui-tabs-nav li.ui-state-hover,
.node-type-guides .ui-tabs .ui-tabs-nav li.ui-state-active
{
    background: #bcbfd1;
}


.node-type-guides li.ui-state-default {
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.node-type-guides .field-item .delta {
    position: relative;
    float: left;
    padding: 5px 0;
    font-size: 25px;
    width: 40px;
    text-align: center;
}

.node-type-guides .field-item .tab-title {
    float: left;
    padding: 5px 15px 5px 15px;
    max-width: 80%;
    height: auto;
    white-space: normal;
    border-left: #fff solid 2px;
}

.node-type-guides li.last.ui-state-default {
    margin-bottom: 5px;
}

.node-type-guides ul li {
    list-style-type: none;
}

.node-type-guides .field-name-field-guide-step,
.node-type-guides .guide-nav {
    margin-top: 2em;
}

.node-type-guides .content-title {
    margin-top: 0;
}

@media (min-width: 960px) {
    .node-type-guides .sp-content .field-name-field-guide-step {
        margin-left: -70px;
    }
}
