#myCookieConsent {
    z-index: 999;
    min-height: 20px;
    padding: 10px 20px;
    background: rgba(0,0,0,0.75);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0px;
    right: 0px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;

}
#myCookieConsent div {
    padding: 5px 0 0;
}
#myCookieConsent p {
  font-size: 12px;
}
#myCookieConsent a {
  font-size: 12px;
  font-weight: normal;
}
/* #myCookieConsent a {
    color: #ffba55;
    display: inline-block;
    padding: 0 10px;
} */
#myCookieConsent a:hover {
	/* color: #fda016; */
}
#myCookieConsent a#cookieButton {
    display: inline-block;
    color: white;
    font-size: 1.1em;
	   background: #5db3f9;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    margin-top: 5px;
    border-radius: 20px;
}
#myCookieConsent a#cookieButton:hover {
    background: #5db3f9;
	   color: white;
}
@media only screen and (max-width: 576px) {
  #myCookieConsent {
    font-size: 11px!important;
  }
}


#myCookieConsent-preview {
    /* z-index: 999; */
    min-height: 20px;
    padding: 10px 20px;
    background: rgba(0,0,0,0.75);
    overflow: hidden;
    position: relative;
    width: 100%;
    color: #FFF;
    /* bottom: 0px;
    right: 0px;
    display: none;
    left: 0; */
    text-align: center;
    font-size: 12px;
    font-weight: bold;

}
#myCookieConsent-preview div {
    padding: 5px 0 0;
}
#myCookieConsent-preview p {
  font-size: 12px;
}
#myCookieConsent-preview a {
  font-size: 12px;
  font-weight: normal;
}
/* #myCookieConsent-preview a {
    color: #ffba55;
    display: inline-block;
    padding: 0 10px;
} */
#myCookieConsent-preview a:hover {
	/* color: #fda016; */
}
#myCookieConsent-preview a#cookieButton {
    display: inline-block;
    color: white;
    font-size: 1.1em;
	   background: #5db3f9;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    margin-top: 5px;
    border-radius: 20px;
}
#myCookieConsent-preview a#cookieButton:hover {
    background: #5db3f9;
	   color: white;
}
@media only screen and (max-width: 576px) {
  #myCookieConsent-preview {
    font-size: 11px!important;
  }
}
