﻿.footer-container {
    height: 25px;
    background: black;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-link {
    font-weight: bold;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
    text-align: right;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3;
}

.footer-link-element {
    color: #3388cc;
}

.element-1 {
    margin-right: 25px;
}

.element-2 {
    margin-right: 15px;
}

.footer-link-element.a {
    color: #005599;
}
