.pager-wrapper {
    position: relative;
    margin: 10px 0 0;
    width: 94%;
}

.pager-count {
    /*position: absolute;
    left: 0;
    bottom: 0;*/
    text-align: center;
    /*border:  1px dashed #00f;*/
    margin: 0.5em;
    width: 95%;
}

.pager {
    text-align: center;
    /*border:  1px dashed #0ff;*/
    margin: 0.5em;
    width: 95%;
}

.pager ul {
    margin: 0 auto;
    padding-left: 0;
    position: relative;
    list-style: none;
}

.pager li {
    display: inline;
    margin: 0.3em;
    /*padding: 0.4em;*/
    text-align: center;
    font-size: 90%;
}

.pager a {
    /*margin: 0.4em;
    padding: 0.4em;*/
    text-decoration: none;
    color: #38393b;
    white-space: nowrap;
    border: 8px solid #d4d8de;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #d4d8de;
    min-width: 2em;
}

/*.pager a span {
    margin: 0.4em;
    padding: 0.4em;
    line-height: 20px;
}*/

/*.pager li span {
    padding: 3px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #d4d8de;
    text-align: center;
}*/

.pager a:hover,
.pager a.currentPage,
.pager li.currentPage a {
    border-color: #f44336;
    background: #f44336;
    color: #fff;
}

.pager li.disabled {
    color: #696969;
    cursor: not-allowed;
}

.pager li.disabled a {
    color: #696969;
    cursor: not-allowed;
}

.pager li.disabled a:hover {
    color: #fff;
}