
 body #cookie-notice {
   display: none;
   position: fixed;
   bottom: 0px;
   background-color: #ddd;
   width: 100%;
   z-index: 1031;
 }
 body #cookie-notice > div {
   padding: 20px;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
 }
 body #cookie-notice > div > div {
   text-align: right;
 }

 .embedded-html p {
   margin: 0;
 }
