#cookieHint {
    background-color: rgba(102,101,102,0.9);
    min-height: 26px;
    font-size: 14px;
    border-top: 3px solid rgba(247,159,4,0.8);
    color: rgba(255,255,255,1);
    line-height: 26px;
    padding: 20px 20px 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

#cookieHint .container-fluid {
  width: 100%;
}

#cookieHint a {
    color: #ffa002;
    text-decoration: none;
}

#cookieHint .btn {
  line-height: 2.42857;
  height: unset;
}

#cookieHint p {
}

#cookieHint #closeHint {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0 0 0 0;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    line-height: 20px;
    background-color: #FFA002;
}
