.page{
	margin-top: 30px;
    text-align: center;
}
.page > ul{
    display: inline-block;
    margin-left: -5px;
    line-height: 1;
}
.page > ul > li{
    display: inline-block;
	margin-left: 5px;
	line-height: 1;
	vertical-align: middle;
}
.page > ul > li > a.page_btn{
    display: table;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 3px;
}
.page > ul > li > a.page_btn i{    
	display: table-cell;
    vertical-align: middle;
    color: #999;
	font-size: 0.9em;
}
.page > ul > li.page_num{width: auto !important;}
.page > ul > li.page_num a{width: auto !important; margin: 0 15px;float:left;position:relative;top:0;left:0;}
.page > ul > li.page_num a:after{
	content: "";
    display: block;
    width: 1px;
    height: 6px;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -3px;
    background-color: #ddd;
    float: left;
}
.page > ul > li.page_num a:last-child:after{
	display:none;
}
.page_num > .on{
	font-weight: bold;
    color: #6A6A6A !important;
}


.fa-angle-double-left:before {
    content: "\f100";
	font-weight: 600;
}

.fa-angle-left:before {
    content: "\f104";
	font-weight: 600;
}

.fa-angle-right:before {
    content: "\f105";
	font-weight: 600;
}

.fa-angle-double-right:before {
    content: "\f101";
	font-weight: 600;
}