.stripGreen {
    content: " ";
    width: 2px;
    height: 100%;
    display: inline-block;
    background-color: green;
}

.stripRed {
    content: " ";
    width: 3px;
    height: 100%;
    display: inline-block;
    background-color: red;
}


#footer-container .copyright {
    display: inline-block;
}