/* Message Overlay for Cookies */
.msgoverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9997;
  display: none;
  bottom: 0;
}

.msg_area {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9998;
  color: #555;
  font-size: 1.2em;
  font-weight: 500;
  padding: 20px 40px;
  text-align: center;
  font-family: arial;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  line-height: 1.3em;
}

.msg_area a {
  color: #a2943b;
  text-decoration: underline;
}

.msg_area a:hover {
  color: #666;
}

.msg_area button {
  color: #fff;
  display: block;
  margin: 20px auto 14px auto;
  font-size: 1.2em;
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid #fff;
  z-index: 9999;
  background: linear-gradient(#614d00, #9c8d31);
  cursor: pointer;
  box-sizing: border-box;
  font-family: arial;
}

.jswarning {
  width: 100%;
  background: #ff0000;
  color: #fff;
  font-size: 0.9em;
  padding: 20px;
  text-align: center;
  position: fixed;
  z-index: 9999;
}/*# sourceMappingURL=warning.css.map */