.on_the_sides {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.top_box, .bottom_box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    padding: 15px 19px;
}
.on_the_sides > .left_side {
    width: 50%;
}
.on_the_sides > [class*="_side"] {
    display: table-cell;
    vertical-align: middle;
}
.on_the_sides > .right_side {
    text-align: right;
}
.on_the_sides > [class*="_side"] {
    display: table-cell;
    vertical-align: middle;
}
.on_the_sides > .right_side > * {
    display: inline-block;
    text-align: left;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
.pags > li {
    float: left;
}
.pags > li:not(:last-child) > a {
    border-right: medium none;
}
.pags > li:first-child > a {
    border-radius: 3px 0 0 3px;
}
.pags > li > a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    position: relative;
    color: #666;
    text-align: center;
    width: 30px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-angle-double-left:before {
    content: "\f100";
}
.pags > li.active:not(:last-child) > a::after, .pags > li:not(:last-child) > a:hover::after {
    opacity: 1;
    transition: opacity 0.1s ease 0s;
}
.pags > li.active > a, .pags > li > a:hover {
    background: #f96900  none repeat scroll 0 0;
    border-color: #f96900 ;
    color: #fff;
}
.right_side {
    text-align: right;
}
.left_side {
    float: left;
}
.right_side > * {
    display: inline-block;
    text-align: left;
}
.pags > li {
    float: left;
}