#bokun_a192341c_b481_49d1_8608_e72b8edef741 {
    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_a192341c_b481_49d1_8608_e72b8edef741:hover {
    background: #285726;
}

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