.v14_meet .finishedoneround h2 {
    color: #935a78 !important;
}
.finishedoneround .bg, .v14_meet .meet_btn_start {
    background-color: #935a78 !important;
}
.a_button_primary {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6138e), color-stop(100%, #c6056b));
    background: -webkit-linear-gradient(top, #f6138e, #c6056b);
    background: -moz-linear-gradient(top, #f6138e, #c6056b);
    background: -o-linear-gradient(top, #f6138e, #c6056b);
    background: linear-gradient(top, #f6138e, #c6056b);
    background-color: #c6056b;
    border-color: #c6056b;
    color: white!important;
    text-shadow: 0 1px 0px #1a6fc2;
}