div#cookieInfo {
        width           :100%;
        position        :fixed;
        top             :auto;
        bottom          :0;
        background      :#202925;
        background      :rgba(32,41,37,.8);
        height          :auto;
        line-height     :30px;
        padding         :0 32px;
        text-align      :center;
        text-shadow     :-1px 2px #000;
        box-sizing      :border-box;
        text-decoration :none;
        z-index         :100001;
      }
      div#cookieInfo span {
        font-family :Helvetica Neue,Helvetica,sans-serif;
        font-size   :12px;
        font-weight :400;
        line-height :2em;
        display     :inline-block;
        text-align  :left;
        color       :#fff;
        margin      :0;
        padding     :0;
      }
      div#cookieInfo a#cookieAck {
        min-width        :auto;
        padding          :4px 32px;
        border-radius    :3px;
        font-weight      :600;
        display          :inline-block;
        border           :none;
        font-family      :inherit;
        position         :relative;
        text-decoration  :none;
        margin           :0;
        letter-spacing   :.02rem;
        line-height      :1;
        background-color :#d1d1d1;
        text-shadow      :none;
        color            :#20292a;
      }
      div#cookieInfo a#cookieAck:hover {
        background-color :#bfbfbf
      }
      div#cookieInfo a {
        font-family     :Helvetica Neue,Helvetica,sans-serif;
        font-size       :12px;
        color           :#fff;
        text-decoration :underline;
        padding         :0 .72727rem;
        display         :inline-block;
      }
      div#cookieInfo a:hover {
        color :#eb443f;
      }