.pager {
    clear: both;
    padding: 32px 0 0;
    float: left;
    width: 100%;
}

.pager ul.pager__items {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    text-transform:;
    font-weight: 400;
}

.pager__item,
.pager-ellipsis {
    display:inline-block;
	list-style-type:none;
    background-image:none;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#ndq-content .pager ul.pager__items .pager__item {
	margin: 0;
	padding: 0 12px 12px 0;
}

.pager__item::after {
/*    content: "";*/
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #707070;
    margin: 0 8px 0 7px;
    position: relative;
    top: 2px;
}

.pager__item:last-child::after {
    content: none;
}

#ndq-content .pager__item a:visited, 
#ndq-content .pager__item a:hover, 
#ndq-content .pager__item a:active,
#ndq-content .pager__item a {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px 14px 10px;
    line-height: 1;
    font-weight: 400;
}

#ndq-content .pager__current-item a,
#ndq-content .pager .is-active a,
#ndq-content .pager-current a {
    color: #3b3a3a;
    font-weight: bold;
}

.pager + .view-footer {
    float: none;
    width: 100%;
    clear: both;
    padding: 30px 0 0;
}

@media print{
    .pager {
        display:none
    }
}