#boton-descarga{
    padding: 15px 30px;
    font-weight: bold;
    font-size: 1.5em;
    border-radius: 50px;
    margin: 15px;
}
.contenedor-table::-webkit-scrollbar {
    -webkit-appearance: none;
}

.contenedor-table::-webkit-scrollbar:vertical {
    width:10px;
}

.contenedor-table::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.contenedor-table::-webkit-scrollbar:horizontal {
    height: 10px;
}

.contenedor-table::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.contenedor-table::-webkit-scrollbar-track {
    border-radius: 10px;  
}
table{
    margin: 25px 0px;
    padding: 0% 2%;
    font-size: 1.5em;
}
@media(max-width: 720px) {
    table{
        width: 100%;
        font-size: 1em;
    }
}