@media screen {
  /* line 15, ../scss/cookienote.scss */
  .cookienote_banner {
    background-color: whitesmoke;
    color: #333333;
    bottom: 0;
    font-size: 14px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100000000;
    padding: 20px;
    line-height: 1.4em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
  /* line 28, ../scss/cookienote.scss */
  .cookienote_banner .width_wrapper {
    max-width: 996px;
    margin: 0 auto;
  }
  /* line 33, ../scss/cookienote.scss */
  .cookienote_banner a {
    text-decoration: none;
    color: #df2b0a;
  }
  /* line 39, ../scss/cookienote.scss */
  .cookienote_banner a:hover, .cookienote_banner a:focus, .cookienote_banner a:active {
    color: #df2b0a;
    text-decoration: underline;
  }

  /* line 46, ../scss/cookienote.scss */
  .cookienote_confirm {
    background-color: #b80e00;
    color: white;
    border: none;
    cursor: pointer;
    font-size: inherit;
    display: inline-block;
    height: auto;
    line-height: inherit;
    padding: 3px 1.5em;
    vertical-align: middle;
    margin-top: 10px;
  }
  /* line 61, ../scss/cookienote.scss */
  .cookienote_confirm:hover, .cookienote_confirm:focus, .cookienote_confirm:active {
    background-color: #b80e00;
    color: white;
  }

  /* line 67, ../scss/cookienote.scss */
  .cookienote_text {
    display: inline;
    vertical-align: middle;
  }
}
