<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagination {
    margin: 40px auto;
}
.pagination li  {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    font-size: 16px;
    color: #888;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.alert {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.alert-danger {
    color: white;
    background-color: red;
}
#ccaptcha {
    padding-top: 10px;
}
.ccaptcha {
    position: relative;
}
 .submit {
    display: block;
    margin: 20px auto 30px;
    height: 50px;
    background-image: linear-gradient(-90deg,#86c9a8 0,#a1c967 100%);
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    width: 100%;
}</pre></body></html>