
.cookie-frame {
    width: 100%;
    border: 0;
    position: fixed;
    bottom: 0;
    border-top: 2px solid #eee;
    height: 100px;
    background: #3175AD;
    left: 0;
    right: 0;
    
}

.cookie-content {
    color: #eee;
    font-family: "Arial";
    font-weight: bold;
    background: #3175AD;
}

.cookie-content a {
    color: #ccc;
}

.cookie-text {
    float: left;
}

.cookie-btn {
    background: #eee;
    color: #3175AD;
    float: right;
    height: 80px;
    font-weight: bold;
    width: 200px;
    border: 1px solid black;
    margin-left: 15px;
}

.cookie-btn:hover {
    background: white;
    cursor: pointer;
}


.cookie-push {
    height: 100px;
}