
#footerBanner {
    /* Fix at bottom */
    position: fixed;
    bottom: 0px;
    box-sizing: border-box;
    width: 100%;

    /* Colours */
    background-color: #333;
    border-top: 1px solid #ddd;

    /* */
    padding: 15px 20px 15px 20px;

    /* */
    overflow: hidden;
}

/* + Message {{{ */

#footerBanner_message {
    /* Roughly centre the message block */
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#footerBanner_message h3 {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    color: #f2f2f2;

    /* Spacing between heading and text below*/
    margin: 0 0 4px 0;

    /* */
    text-transform: uppercase;
}

#footerBanner_message h3 a {
    font-weight: bolder;
}

#footerBanner_message p {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;

    margin: 0;
}

#footerBanner_message p a {
    font-weight: normal;
}

#footerBanner_message,
#footerBanner_message a,
#footerBanner_message a:visited {
    color: #f2f2f2;
}

#footerBanner_message a:hover {
    color: #ffffff;
}

/* + }}} */

/* + Controls {{{ */

#footerBanner_controls {
    float: right;
    font-size: 10px;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;

    text-align: right;
    line-height: 1.5;
}

#footerBanner_controls a,
#footerBanner_controls a:visited {
    color: #a3a3a3;
    font-weight: bolder;
}

/* + }}} */
