/* ==========================================================================
   Obra Performances Component – Production Design
   ========================================================================== */

.pf-redes-obra-performances {
    margin-bottom: 32px;
    font-family: "Open Sans", sans-serif;
}

.pf-redes-obra-performances__title {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 16px;
}

.pf-redes-obra-performances__empty {
    font-size: 14px;
    color: #909090;
}

.pf-redes-obra-performances__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border: 1px solid #d0d0d0;
}

.pf-redes-obra-performances__table thead th {
    background: #C91517;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 12px;
    padding: 10px 16px;
    border-bottom: none;
}

.pf-redes-obra-performances__table tbody td {
    padding: 10px 16px;
    border-bottom: 1px solid #eeeeee;
    color: #333333;
}

.pf-redes-obra-performances__table tbody tr:nth-child(even) {
    background: #f7f7ff;
}

.pf-redes-obra-performances__table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.pf-redes-obra-performances__table tbody tr:hover {
    background: #eeeef5;
}

/* Responsive */
@media (max-width: 600px) {
    .pf-redes-obra-performances__table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
