/* 
 * Custom rules for skins/standard/global.css.
 * The rules you put here override rules in that stylesheet.
 */

/* Get everything from the wiki */
/* @import "http://www.copasi.org/styles/copasi.css"; */

/*    #titles {
        background-color: #DEE7EC;
    } */

    #footer
    {
        float: left;
        margin-top: 5px;
        width: 100%;
        font-family: sans-serif;
        font-size: 0.8em;
        background: #edf2f2;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

