#bokun_f966071a_b92d_4358_b598_875d68953c35 {
    display: block;
    padding: 10px 20px;
    width: 100%;
    background: #408C3D;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: background .2s ease;
}

#bokun_f966071a_b92d_4358_b598_875d68953c35:hover {
    background: #285726;
}

#bokun_f966071a_b92d_4358_b598_875d68953c35:active {
    background: #30682e;
}
