#cookie {
    background: #354146 none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font: 400 16px/52px Arial,sans-serif;
	
    height: 52px;
    left: 0;
    margin: 0 !important;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10001;
	
	}
#cookie a.cookie-close {
    background: #233133 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: right;
    font-size: 28px;
    font-weight: bold;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    width: 52px;
}

#cookie span {
    display: inline-block;
    max-width: 90%;
}
