﻿#divHomePageAlert {
    margin-bottom: 20px;
    margin-top: 0px;
}
.preserve-whitespace {
    white-space: pre-wrap; /* Ensures that line breaks are preserved */
}

/* Start of special rules for the Christmas radio advertising. */
#divJumbotronXmas {
    background-repeat: no-repeat;
    color: #fff;
    height: 321px;
    width: 1140px;
}

    #divJumbotronXmas p {
        width: 450px;
        font-size: 16px;
    }

        #divJumbotronXmas p.lead {
            font-size: 18px;
        }

    #divJumbotronXmas #readmore {
        color: #fff;
        text-decoration: underline;
    }

        #divJumbotronXmas #readmore:hover {
            color: #9A141B;
        }

/* End of special Christmas decorations */