.ngcookiewarning { position: fixed; z-index: 3000; left: 0; right: 0; background-color: #9beeee; padding: 30px; display: none; box-sizing: border-box; box-shadow: 0 0 5px rgba(0,0,0,0.4); } .ngcookiewarningtop { top: 0; } .ngcookiewarningbottom { bottom: 0; } .ngcookiewarning>button { float: right; margin: 0 0 10px 15px; border-color: #cccccc; border-width: 1px; border-style: solid; padding: 5px 15px 5px 15px; background: url(../../../../images/gradient/?s=ffffff&e=eeeeee&h=30) repeat-x #eeeeee; font: 15px Arial,'Helvetica',sans-serif; color: #333333; box-shadow: 1px 1px 5px rgba(0,0,0,0.1); border-radius: 5px; display: block; float: right; cursor: pointer; outline: none; -webkit-appearance: none; } .ngcookiewarning>button:hover { border-color: #b2b2b2; background: #eeeeee; font-weight: normal; font-style: normal; text-transform: none; color: #333333; } .ngcookiewarning>p { margin: 0; max-width: 60%; float: left; } a.ngcookieallow { border-color: #cccccc; border-width: 1px; border-style: solid; padding: 5px 15px 5px 15px; background: url(../../../../images/gradient/?s=ffffff&e=eeeeee&h=30) repeat-x #eeeeee; font: 15px Arial,'Helvetica',sans-serif; color: #333333; box-shadow: 1px 1px 5px rgba(0,0,0,0.1); border-radius: 5px; display: inline-block; cursor: pointer; outline: none; -webkit-appearance: none; text-decoration: none; } a.ngcookieallow:hover { border-color: #b2b2b2; background: #eeeeee; font-weight: normal; font-style: normal; text-transform: none; color: #333333; text-decoration: none; } @media screen and (max-width: 767px) { .ngcookiewarning>p { max-width: 100%; float: none; margin: 0 0 20px 0; } .ngcookiewarning>button { display: block; width: 100%; float: none; margin: 10px 0 0 0; } }