.cookie-bar{
    display: none;
    background-color: #333333;
    /*border: 1px solid #dedede;*/
    width: 100%;
    right: 0em;
    bottom: 0em;
    left: 0em;
    padding: 6px 6px 6px 6px;
    position: fixed;
    z-index: 99;
}
.cookie-box-text{
    color: white;
    font-size: 14px;
    line-height: normal;
    padding: 10px 6px 6px 6px;
    position: relative;
}

a{
    text-decoration: underline;
}

.box-text-coloum{
    float: left;
}

.text-column-left{
    width: 80%;
    text-align: center;
}

.text-column-right{
    width: 20%;
}

.cookie-button-accept{
    background: #47d147;
    border: 1px solid #70db70;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    float: right;
    width: 85px;
    margin: 6px 6px 6px 2px;
    padding: 5px 8px;
    text-align: center;
}
