/*
 * Custom CSS for the packages pages.
 */

.brief {
    /* color: #DAAE39; */
    color: #06376C;
    font-weight:bold;
}

.retail {
    font-weight:bold;
    color: #06376C;
}

p.heading {
    /* font-weight:bold; */
    color:#135cae;
}

.highlighted {
    /* border: solid 1px black; */
    background:#eee;
    padding: 5px;
}