h2 {
    font-size: 36px;
    margin: 0 0 10px 0
}

p {
    margin: 0 0 10px 0
}

table.table-mobile,
table.rwd_auto {
    border: 1px solid #ccc;
    width: 100%;
    
}

.table-mobile th,
.rwd_auto th {
    background: #ccc;
    padding: 5px;
    text-align: center;
}
.table-mobile td,
.rwd_auto td {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: center
}

.table-mobile tr:last-child td,
.rwd_auto tr:last-child td {
    border: 0
}

.rwd {
    width: 100%;
    overflow: auto;
}

.rwd table.rwd_auto {
    width: auto;
    min-width: 100%
}

.rwd_auto th,
.rwd_auto td {
    white-space: nowrap;
}

@media only screen and (max-width: 760px),
(min-width: 768px) and (max-width: 1024px) {

    table.table-mobile,
    .table-mobile thead,
    .table-mobile tbody,
    .table-mobile th,
    .table-mobile td,
    .table-mobile tr {
        display: block;
    }

    .table-mobile thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-mobile tr {
        border: 1px solid #ccc;
    }

    .table-mobile td {
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 50%;
        text-align: center;
    }


    .table-mobile td:before {
        /*position: absolute;*/
        position: initial !important;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;    
        font-weight: bold;
       
    }

   
    .descarto {
        display: none;
    }

    .fontsize {
        font-size: 10px
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    /*body {
        width: 320px;
    }
*/
    .descarto {
        display: none;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
   /* body {
        width: 100%;
    }*/

    .descarto {
        display: none;
    }

    .fontsize {
        font-size: 10px
    }
}
.paginator {
    padding-top: 0px !important;
}
