.woom_continue, .woom_cancel {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
}

.woom_continue {
    background: #3a8b3a;
    margin-right: 20px;
}

.woom_continue:hover {
    color: #fff;
    background: #347a34;
}

.woom_cancel {
    background: #808080;
}

.woom_cancel:hover {
    color: #fff;
    background: #797878;
}
