/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .bbp_copied-message {
    margin-top: 5px;
    font-size: 12px;
    color: green;
    display:none;
}
.bbp_clear_both{
    clear:both;
}
.bbp_payment_details{
    margin-top:15px;   
}
.copy_order_detail{
    cursor: pointer; 
    margin-left: 10px; 
    border: 1px solid #ccc; 
    background: #f9f9f9; 
    padding: 5px; 
    border-radius: 3px;
}