#bottombar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: inherit;
    width: 100%;
}

#bottombar a {
    color: #fff !important;
}

.btn-warning {
    color: #fff;
    opacity: 1 !important;
    background-color: #266d09 !important;
    border-color: #eea236;
    vertical-align: middle;
    max-width: 400px;
    width: 60%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 16px 12px;
    font-size: 19px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    margin: 13px 0 30px;
    color: #fff;
    cursor: pointer;
    display: block;
}

.btn-warning a {
    color: #fff !important;
    display: block;
}

.btn-warning:hover {
    text-decoration: none;
    background-color: #399912 !important;
}