
      #cookie-popup {
        position: fixed;
        right: 15px;
        bottom: 20px;
        z-index: 13;
        height: auto;
  line-height: 18px;
        background-color: #89BE65;
        width: 261px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        padding: 15px;

        color: white;
      }

      #cookie-popup h4 {
        margin-bottom: 10px;
      }

      #cookie-popup a:hover {
        color: #006cb2;
      }

      #cookie-popup a {
        text-decoration: underline;
      }