#cookieContainer{
    width : 100%;
    min-height : 100px;
    background-color : #e9e9e9;
    border-top : 1px solid gray;
    position : fixed;
    bottom : 0px;
    z-index : 999999999;
}
.cContainer{
    max-width : 700px;
    padding : 10px;
    margin  : auto;
    text-align : center;
}
.open{
    display : block;
}
.closed{
    display : none;
}
#cookieInfo{display : none;}
h2.cookieHeader{color : #00355F; }
p.cookietext{}
.alert-box{background-color : #EBF7FD;border:1px solid lightgray;padding:10px;}