.cp-tabs {
    margin: 0 0 18px 0;
    border-bottom: 2px solid #E0E0E0;
    display: flex;
}

.cp-tabs > li {
    flex: 1;
    text-align: center;
}

.cp-tabs > li > a {
    font-weight: 700;
    font-size: 13px;
    color: #888888;
    padding: 16px 14px;
    display: block;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    transition: all 0.2s ease;
}

.cp-tabs > li > a:hover {
    color: #143DD4;
    background: none;
    border: none;
    border-bottom: 3px solid #C7D4F7;
}

.cp-tabs > li.active > a,
.cp-tabs > li.active > a:focus,
.cp-tabs > li.active > a:hover {
    color: #143DD4;
    border: none;
    border-bottom: 3px solid #143DD4;
    background: none;
}

.cp-destacado {
    font-weight: bold;
    color: #143DD4;
}

.cp-nombre {
    font-weight: bold;
    min-width: 200px;
}

.cp-num {
    text-align: right;
    white-space: nowrap;
}

.cp-fecha {
    white-space: nowrap;
    color: #555555;
}

.cp-suave {
    color: #888888;
}

.cp-caro {
    color: #C0392B;
    font-weight: bold;
}

.cp-barato {
    color: #196211;
    font-weight: bold;
}

.cp-difiere {
    color: #B36B00;
    font-weight: bold;
}

.cp-huerfano {
    color: #B36B00;
    font-style: italic;
    font-weight: normal;
}

.cp-mejor {
    background-color: #F1F8F0;
}

.cp-etiqueta-mejor {
    background-color: #196211;
    color: #FFFFFF;
    padding: 1px 6px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
    margin-left: 6px;
}

.cp-resumen {
    padding: 10px 12px;
    margin-bottom: 10px;
    background-color: #EBF2FF;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #143DD4;
}

.historial-vacio {
    text-align: center;
    padding: 26px;
    color: #777777;
    font-style: italic;
}
