.table_bottom {
   line-height: 56px;
   margin-left: 30px;
   height: 56px;
   background: #fff;
}

.display {
   float: left;
}

.page{
   height:30px;
   background:#fff;
   min-width:118px;
   float:right;
   margin:13px 55px 0 0;
   
}
.page ul{
   float:left;
   border:1px solid #eee;
   padding:0 !important;
}
.page li a{
   display:block;
   line-height:28px;
   min-width:46px;
   text-align:center;
   font-family:Arial, Helvetica, sans-serif;
   font-size:13px;
   color:#333;
}
.page li a:hover{
   background:#8fb1f0;
   color:#fff;
   text-decoration:none;
}
.page li .active{
   background:#8fb1f0;
   color:#fff;
   cursor:default;
   text-decoration:none;
}
.page li+li{
   border-left:1px solid #e1e1e1;
}
.page li{
   float:left;
   height:28px !important;
}
.prev{
   float:left;
   width:35px;
   height:28px;
   line-height:28px;
   text-align:center;
   color:#333;
   font-size:13px;
   border-radius:3px 0 0 3px;
   border:1px solid #eee;
}
.next{
   float:right;
   width:35px;
   height:28px;
   line-height:28px;
   text-align:center;
   color:#333;
   font-size:13px;
   border-radius: 0 3px 3px 0;
   border:1px solid #eee;
}
.page .next:hover{
   background:#8fb1f0;
   color:#fff;
   text-decoration:none;
}
.prev_disabled {
   float:left;
   width:35px;
   height:28px;
   line-height:28px;
   text-align:center;
   font-size:13px;
   border-radius:3px 0 0 3px;
   border:1px solid #eee;
   cursor:default;
   color:#E5E0E0;
   text-decoration:none;
}
.next_disabled {
   float:left;
   width:35px;
   height:28px;
   line-height:28px;
   text-align:center;
   font-size:13px;
   border-radius:3px 0 0 3px;
   border:1px solid #eee;
   cursor:default;
   color:#E5E0E0;
   text-decoration:none;
}