<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* PREPARADO PARA INSERTAR ESTILOS CSS PARA EL PLUGIN
*/

table.dataTable.select tbody tr,
a,
input[type="checkbox"],
table.dataTable thead th:first-child {
    cursor: pointer;
}

.frecuencia {
    padding:0px 0px 20px 0px;
    display:none;
}

.img-anuncio {
    max-height: 90px !important;
}

#renovaciones_filter {
    width: 100%;
    clear: both;
    padding-bottom: 20px;
}
#renovaciones_filter input {
    max-width: 300px;
    font-size: 20px;
    padding: 5px;
    font-size:16px;
    border-radius: 0;
}

#renovaciones_filter label {
    font-size:16px;
}

.renovaciones_alerts {
    width: 100%;
    background-color: #0F83C0;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-size: 17px;
}


#frm-renovacion a.post-edit-link{ font-size: 13px; color: #242424; }

table.dataTable thead th:first-child,
table.dataTable tbody tr td:first-child {
    padding-left:5px;
}

.even {
    background-color: #f2f2f2;
}

.saldo {
    font-size:16px !important;
    margin-bottom:20px;
}

.info, .leyenda{
    font-size: 17px;
    padding-bottom: 20px;
}</pre></body></html>