.paging .page_button
{
    width: 50px;
    height: 50px;
    background-color: white;
    border: 1px solid black;
    margin-left: 4px;
}

.paging-sm .page_button
{
    width: 40px;
    height: 40px;
    background-color: white;
    border: 1px solid black;
    margin-left: 2px;
}

.paging-xs .page_button
{
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid black;
    margin-left: 1px;
}

.page_button:hover
{
    background-color: #e3e3e3;
}

.page_button.active
{
    background-color: #e3e3e3;
}