.tirefinder__section {
    background: #0062b0;
    color: #fff;
    padding: 1rem 1.5rem;
}

.tirefinder__tabs .nav-tabs {
    border-bottom: 0;
}

.tirefinder__tabs .nav-tabs > li {
    background: #eaeaea;
    padding: 0.5rem 1.25rem;
}

.tirefinder__tabs .nav-tabs > li.active {
    color: #fff;
    background: #0062b0;
    border: 0;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.tirefinder__section label {
    font-weight: 600;
    font-size: small;
    margin-bottom: 0.25rem;
}

.tirefinder__heading {
    font-size: 1.25rem;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.tirefinder__help-block {
    font-size: small;
}

.tirefinder-item {

}

.tirefinder-item__heading {
    color: #0062b0;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.tirefinder-item__table {
    font-size: 80%;
}

.tirefinder-item__table th {
    width: 70%;
    font-weight: 600;
}

/* POPUP MODAL */
.tirefinder-modal__heading {
    color: #0062b0;
    font-size: 1.25rem;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.tirefinder-modal__body {
    font-size: 80%;
}