#myCookieConsent {
    z-index: 999;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0px;
    right: 0px;
    display: none;
    left: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
