/* style placeholder */
/* Force show pagination for Ansary Test Menu plugin */
.atm-pagination {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 9999 !important;
    margin: 16px 0 !important;
}

.atm-pagination a.atm-page,
.atm-pagination span.atm-page {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 34px !important;
    height: 34px !important;
    padding: 0 10px !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    line-height: 34px !important;
}

.atm-pagination .atm-current {
    border-color: #111 !important;
    font-weight: 700 !important;
}

.atm-pagination .atm-disabled {
    opacity: .4 !important;
}

/* Avoid parent container clipping */
.atm-wrap,
.atm-table-wrap {
    overflow: visible !important;
}
.atm-search{
        padding-top: 10px;
        padding-bottom: 20px;
    }
.atm-q{
            width: 25% !important;
        }
.atm-col-small{
        width: 13%;
    }
.atm-table td{
        text-align: center;
    }