.pagination {
    font-size: 80%;
    display: flex;
    justify-content: center;
}
        
.pagination a {
    text-decoration: none;
	color: white;
    line-height: 30px;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
/*    margin-right: 5px;*/
	margin-bottom: 5px;
	text-align:center;
    background: #eeeeee;
    height: 30px;
    min-width: 30px;
    line-height: 25px;
}

.pagination span:first-child,.pagination a:first-child{
     /*border-bottom-left-radius :5px;*/
     /*border-top-left-radius: 5px;*/
    border: none;
}

.pagination a:last-child,.pagination span:last-child{
    /*border-bottom-right-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    border: none;
}

.pagination a,.pagination span{
    line-height: 30px;
    color: gray;
    /*border-top: 1px solid #999;*/
    /*border-bottom: 1px solid #999;*/
    /*border-right: 1px solid #999;*/
    border-radius: 0px;
    margin-left: 10px;
}
.pagination .current {
    background: #666ee7;
    color: #fff;
    border-bottom: solid 1px #666ee7;
    border-top: 1px solid #666ee7;
    border-right: 1px solid #666ee7;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:white;
}


.my-pagination{
    display: flex;
    justify-content: center;
}
.my-pagination .go{
    margin-left: 20px;
}
.my-pagination .go input{
    width: 60px;
    border: 1px solid gainsboro;
    height: 30px;
    padding: 3px;
}
.my-pagination .go button{
    border: 1px solid gainsboro;
    padding: 10px 20px;
}
