/* Latest news styles */

/* using table layout: container DIV has class divNews1 */

div.divNews1 div.NewsFeaturedImage {
    margin: 2px;
    text-align: center;
}

/* NOT using table layout: container DIV has class divNews2 */

div.divNews2 h1 /* Start date */ {
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 0px;
}

div.divNews2 div.NewsFeaturedImage {
    margin: 2px;
    text-align: center;
}

div.divNews2 p {
    padding-left: 10px;
    font-size: 1.0em;
    margin-bottom: 0px;
    margin-top: 2px;
}

    div.divNews2 p.txtReadMore {
        clear: both;
    }

div.divNews2 hr {
    clear: both;
}

div.bubbleLatestNews {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    text-align: left !important;
    color: Black !important;
}

