/*
 * NOTE:
 * The following styles are just examples. You don't have to keep them. You're free to create your own styles.
 * Use tools such as Firebug or Chrome Dev Tools to find the CSS classes and IDs that apply to the parts of BD that
 * you want to customize.
 */

/*
 * Put a red bottom border under listing titles.
 */
.wpbdp-listing .listing-title {
    font-size:25px;
    font-weight: 800;
    border: none;
    margin-bottom: 8px;
    background: inherit;
    letter-spacing: 0.1px;
}

.wpbdp-listing-single .listing-title {
    padding: 2px 0px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

/*
 * Make links inside a listing blue with an underline.
 */
.wpbdp-listing a {
    color: #C02526;
    text-decoration: none;
}

.wpbdp-custom-theme-notice {
    background: #C02526;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    display: block;
    clear: both;
    width: 90%;
    margin: 0 auto;
}
