body {
    font-family: "Abel", sans-serif !important;
}
#texto-alerta{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.h3 {
    font-size: 1.4rem;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.person-name {
    font-weight: 600;
    max-height: 40px;
    overflow: hidden;
}
.equalheights {
    height: 50px;
}
.equalheight-back{
    min-height: 108px;
}

@media
screen and (max-width:380px){

    #tabla_totales_confirmar>tbody>tr, #tabla_totales_confirmar>tbody>tr>td{
        display: block;
        text-align: center;
    }
    #tabla_totales_confirmar>tbody>tr{
        border: none;
        /*border: 1px solid #dee2e6;*/
        background-color: white;
    }
    #tabla_totales_confirmar>tbody>tr>td{
        border: none;
        padding: .30rem;
    }
}

@media
only screen and (max-width:1200px) and (min-width:575px){

    #tabla_totales_confirmar>tbody>tr, #tabla_totales_confirmar>tbody>tr>td{
        display: block;
        text-align: center;
    }
    #tabla_totales_confirmar>tbody>tr{
        border: none;
        /*border: 1px solid #dee2e6;*/
        background-color: white;
    }
    #tabla_totales_confirmar>tbody>tr>td{
        border: none;
        padding: .30rem;
    }
}