html{
display:none
}


#btn_comment_submit,button{
    border: #10a05e;
    -moz-appearance : none;
    appearance : none;
    color: #f5f5f5;
    outline : none;
    cursor: pointer;
    background: #10a05e;
}

div.commentform textarea {
resize: none; width: 100%; height: 200px;
}

.topicListFooter .pager a, .topicListFooter .pager a:hover,.topicListFooter .pager span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #169fe6;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.09);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
    box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.09);
    height: 40px;
    line-height: 40px;
    margin-top: 14px;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    border: none;
}

#nav_next_page a {
    background: #169fe6;
}