.page {
    margin-top: 50px;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.page a {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    color: #0e6eb8;
    line-height: 28px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #0e6eb8;
}

.page a:hover {
    color: #ffffff;
    background: #0e6eb8;
    border: 1px #0e6eb8 solid;
}

.page a.cut {
    background: #0e6eb8;
    border: 1px solid #0e6eb8;
    color: #fff;
}

@media (max-width:600px) {
    .page a {
        margin: 0 2px;
    }
}

