#wnd_cookie_bar {width: 100%; background-color: #1e1e1e; color: #828282; font-family: Arial, Roboto, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 14px; line-height: 16px; letter-spacing: 0; text-align: left; position: relative; z-index: 10;}#wnd_cookie_bar_text {padding: 15px 46px 15px 20px;}#wnd_cookie_bar_text a {-webkit-transition: color .2s, text-decoration .2s; transition: color .2s, text-decoration .2s; color: #9E9E9E; text-decoration: underline;}#wnd_cookie_bar_text a:hover {color: #BDBDBD;}#wnd_cookie_bar_close {float: right; width: 46px; height: 46px; display: inline-block; overflow: hidden; text-indent: -999em; top: 0; right: 0; position: absolute; cursor: pointer;}#wnd_cookie_bar_close:before {content: ''; cursor: pointer; width: 14px; height: 1px; display: block; background-color: #9E9E9E; position: absolute; top: 23px; left: 12px; -webkit-transition: background-color .2s; transition: background-color .2s; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}#wnd_cookie_bar_close:after {content: ''; cursor: pointer; width: 14px; height: 1px; display: block; background-color: #9E9E9E; position: absolute; top: 23px; left: 12px; -webkit-transition: background-color .2s; transition: background-color .2s; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}#wnd_cookie_bar_close:hover:before {background-color: #e4e4e4;}#wnd_cookie_bar_close:hover:after {background-color: #e4e4e4;}