.logo-img {
    height: 55px;
}

.link:hover {
    color: #384aeb!important;
}

.nowrap {
    white-space:nowrap;
}

.paginator-footer {
    width: 100%;
}

.pagination {
    justify-content: center;
}

.pagination span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    margin: 0 2px;
    background-color: #fff;
}

.pagination span a{
    color: #000;
    width: 40px;
    height: 40px;
    display: block;
}

.pagination span a:hover{
    background-color: #f1f1f1;
}

span.current {
    background-color: #384aeb;
    color: #fff;
}