.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2b6527;
    border-top: 2px solid #c0c404;
    color: #fff !important;
    padding: 10px 0;
    text-align: center;
    font-size: smaller;
}

.button-download {
    font-weight: bold;
    margin: 0 10px;
    color: #fff;
}

.button-close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: none;
    border: none;
    cursor: pointer;
}