/*
 * 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 {
    border: none;
    border-bottom: 1px solid red;
    margin-bottom: 8px;
    background: inherit;
}

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

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