﻿.copyright-div-right {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer {
    background: none repeat scroll 0 0 transparent;
    border-top: 0px solid #e7eaec;
    bottom: 0;
    padding: 10px 20px;
    position: relative;
    font-size: 15px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-center-content {
    flex-grow: 1;
    text-align: center;
}

    .footer-center-content label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }

        .footer-center-content label a {
            color: #26253e;
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
        }
