﻿.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100px;
    background-color: rgba(0,0,0,0.8);
    display: none;
}

.cookie-info {
    width: 100%;
    margin-top: 25px;
    height: 100px;
    color: #fff;
    text-align: center;
}

.cookie-text {
    display:table-cell;
    vertical-align:middle;
    color: #fff;
    float: left;
}

.separator {
    color:#ffffff;
    margin-left:10px;
    margin-right:10px;
}
