﻿.cookie-bar{
    position: relative;
    padding: 10px 100px 10px 20px;
    font-size: 12px;
    background: #F2F2F2;
    border-bottom: 2px solid #ECECEC;
}

.cookie-bar p {
    text-align: justify;
    margin: 0 !important;
}

.cookie-bar .blue-button{
    padding: 5px 15px;
    background: #5683AF;
    color: #FFF;
    font-weight: bold;
    border: 0;
    font-size: 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
}

.cookie-bar .blue-button:hover {
    background: #56ABFF;
}

.cookie-bar a{
    text-decoration: underline;  
    color: #0072a7; 
}