/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    background-color: #eaeef3;
}

.pagination {
    margin-top: 15px;
    float: right;
}

.ncon {
    float: left;
    position: relative;
    top: 30px;
    left: 15px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff!important;
    background-color: #0c0c0c !important;
    border-color: #0c0c0c !important;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0c0c0c!important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1064px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 680px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 360px) {}