.footer_bar {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-color: darkorange;
    text-align: right;
    line-height: 20px;
    border-top: 1px solid black;
}

.footer_bar > span {
    padding-right: 5px;
    font-family: monospace;
    font-style: italic;
    font-size: 10px;
    color: black;
}

.footer_placeholder {
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
}