/* Enter Your Custom CSS Here */.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #090909;
    font-size: 1.25em;
}
div.product p.price {
    background: none repeat scroll 0 0 #BDE66E;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin: 15px 15px 15px 0;
    padding: 6px 16px 6px 12px;
    position: relative;
}
.bbp-topic-started-by,
.bbp-topic-freshness-author,
.bbp-topic-started-in {
  display: none !important;
}

.bbp-submit-wrapper .user-submit { display: none !important; }