
.page-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-box span {
    color: #4A4A4A;
    font-size: 15px;
    line-height: 36px;
}

.page-btn {
    /*width: 77px;*/
    height: 36px;
    padding: 0 16px;
    line-height: 36px;
    border-radius: 18px;
    color: #0B69D3;
    border: 1px solid #0B69D3;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
}

input.page-btn {
    cursor: auto;
    outline: none;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.page-btn.disabled {
    cursor: auto;
    color: #BBBBBB;
    border: 1px solid #BBBBBB;
}
#page_input {
    width: 60px;
    border: 1px solid #CCCCCC;
}
.w5 {
    width: 5px;
}
.w10 {
    width: 10px;
}
.w15 {
    width: 15px;
}

