@media (max-width: 520px) {
    td {
        float: left;
    }
    th {
        display: none
    }
    #demo {
        width: 100% !important;
    }
}

@media (min-width: 520px) {
    td {
        float: none;
        text-align: none;
    }
    th {
        display: table-cell
    }
    #demo {
        width: 100% !important;
    }
}

.resize {
    max-width: 60%;
    max-height: 60%;
}

.paginate_button {
    margin-right: 20px;
    cursor: pointer;
}

.store-link {
    margin-top: 13px;
    margin-bottom: 6px;
    margin-left: 0xp;
    display: inline-block;
    text-decoration: solid;
    font-size: 150%;
    color: white;
    background-color: red
}

.store-link:hover {
    color: white;
    background-color: red
}

.titolo {
    text-transform: capitalize;
}
