.pagination li {
    float: left;
    width: 87px;
}
.pagination {
    list-style-type: none;
    overflow: hidden;
    color: #fff;
    background-color: #262626;
    width: auto;
    display: inline-block;
}
#footer-footer{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.pagination,
table {
    margin: auto;
}
footer p,
table th {
    color: #f2f2f2;
}
.pagination a {
    padding: 6px;
    color: inherit;
}
.disabled {
    display: none;
}
#current,
.current,
.pagination li:hover {
    background-color: #FFA03A;
}
footer {
    min-height: 200px;
    height: auto;
    background-color: #111113;
    border-top: solid 2px #2A2A2C;
}
table td {
    text-align: center;
    color: #8A8A8A;
}
table td:hover{
    color:#FFA03A;
}
table a {
    color: inherit;
    text-decoration: none;
}
td a:hover {
    color: #FFA03A;
}
table {
    width: 600px;
    padding-top: 20px;
}
.pagination li,
footer p {
    padding: 0;
    margin: 0;
}
#pag {
    width: 540px;
    margin: auto;
}
@media screen and (max-width: 800px) {
    #pag,
    table {
        width: 100%;
    }
    table td {
        width: 100px;
    }
}

@media screen and (max-width: 728px){
    #footer-footer {
    font-size:10px;
}
}

@media screen and (max-width: 620px) {
    #pag,
    table {
        width: 100%;
    }
    table td {
        width: 100px;
    }
}
