
.paginate_button {
    
    margin: 0;
    margin-left: 3rem;
    border: none;
    /*display: inline-block;*/
    width: fit-content;
    height: fit-content;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 50px;
    border-radius: 1px;
    
    color: #222;
    text-align: center;
}

.current {
    background-color: #2196F3 !important;
    color: white;
}

.paging_simple_numbers {
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
}


.next {
    width: auto;
    height: auto;
    line-height: 12px;
    border-radius: 2px;
    padding: 10px;
    font-size: 12px;
    color: #2D7BBB;
}

.previous {
    width: auto;
    height: auto;
    line-height: 12px;
    border-radius: 2px;
    font-size: 12px;
    padding: 10px;
    
    color: #2D7BBB;
}

.paginate_button:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.ellipsis {
    position: relative;
    bottom: 25px;
    left: 23px;
    font-size: 27px;
    color: #555;
}