/* Footer
 *
 * - with placeholder for dynamic content
 */
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
}

#footer-placeholder {
    height: 40px;
}

#ext-footer hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #a6a6a6;
}