#CookieMessage { position: fixed; width: 100%; bottom: 0px; left: 0px; text-align: justify; background: #414141; }
#CookieMessageWrapper { margin: auto; width: 1000px;}
#CookieMessage .text { margin: 10px 20px 15px 20px; font: 12px Arial; color: #fff; }
#CookieMessage .close {position: absolute; top: 5px; right: 15px; font: 12px Arial; color: #fff; font-weight: bold; cursor: pointer; }
#CookieMessage .accept {float: right; margin-right: 40px; font: 12px Arial; color: #000; font-weight: bold; cursor: pointer;
                        border: 1px solid #000; background: #60e75a; border-radius: 8px; padding: 5px 10px; position: relative; top: -8px;
}