#eCookieConsentDialogContainer {
  font-size: 70%;
  font-family: arial,verdana,sans-serif,clean;
  margin: 0 auto;
  max-width: 1200px;
  clear: both;
  padding: 0 10px;
  text-align: left;
}

#eCookieConsentDialogContainer .eCookieMsg {
  background: #e3f0d4;
  border: 2px solid #89ba17;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
	*overflow:hidden;
}

#eCookieConsentDialogContainer .eCookieMsg:before,
#eCookieConsentDialogContainer .eCookieMsg:after {
  display: table;
  content: " ";
}

#eCookieConsentDialogContainer .eCookieMsg:after {
  clear: both;
}

#eCookieConsentDialogContainer .eCookieMsg p {
  font-size: 1.2em;
  line-height: 2.1em;
  font-weight: 700;
  float: left;
  width: 75%;
  margin: 0;
}

#eCookieConsentDialogContainer .eCookieMsg p a,
#eCookieConsentDialogContainer .eCookieMsg p a:hover {
  text-decoration: none;
  color: #000;
  outline: none;
}

#eCookieConsentDialogContainer .eCookieMsg p span,
#eCookieConsentDialogContainer .eCookieMsg p span {
  color: #0066b3;
}

#eCookieConsentDialogContainer .eCookieConsentButton {
  float: left;
  width: 25%;
}

#eCookieConsentDialogContainer .eCookieConsentButton input[type="button"] {
  width: 100%;
  background-clip: padding-box;
  background-color: #369;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 700;
  height: 25px;
  line-height: 2.1em;
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  #eCookieConsentDialogContainer .eCookieConsentButton {
    width: 100%;
    text-align:center;
  }

  #eCookieConsentDialogContainer .eCookieMsg p {
    width: 100%;
  }

  #eCookieConsentDialogContainer .eCookieConsentButton input[type="button"] {
    width: 40%;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 480px) {
  #eCookieConsentDialogContainer .eCookieConsentButton {
    width: 100%;
  }

  #eCookieConsentDialogContainer .eCookieConsentButton input[type="button"] {
    width: 100%;
  }
}
