.cookieConsentContainer {
   z-index: 999;
   width: 200px;
   min-height: 20px;
   box-sizing: border-box;
   padding: 15px 15px 15px 30px;
   background: #e8e8e8;
   border: 2px solid #bdbdbd;
   overflow: hidden;
   position: fixed;
   bottom: 20px;
   left: 10px;
   display: none;
}
.cookieConsentContainer .cookieTitle a {
   font-family: OpenSans, arial, "sans-serif";
   color: #575757;
   font-size: 16px;
   line-height: 20px;
   display: block;
}
.cookieConsentContainer .cookieDesc p {
   margin: 0;
   padding: 0;
   font-family: OpenSans, arial, "sans-serif";
   color: #575757;
   font-size: 11px;
   line-height: 20px;
   display: block;
   margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
   font-family: OpenSans, arial, "sans-serif";
   color: #575757;
   text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
   display: inline-block;
   font-family: OpenSans, arial, "sans-serif";
   color: #FFFFFF;
   font-size: 13px;
   font-weight: bold;
   margin-top: 14px;
   background: #6CA93E;
   box-sizing: border-box; 
   padding: 10px 19px;
   text-align: center;
   transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
   cursor: pointer;
   background: #3E9B67;
}

@media (max-width: 980px) {
   .cookieConsentContainer {
      bottom: 0px !important;
      left: 0px !important;
      width: 100%  !important;
   }
}
