/*
**  Infobox
*/
#infobox {
    background-color: #fffefd;
    padding-left: 10px;
    margin: 0px;
}

#infobox p.lead {
    color: #769bc5;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

#infobox p.sub {
    color: #769bc5;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

