
.staticbkpop.change-message--on-click.hide--first {
  display: none;
}
.hide--first > *:first-child {
  display: none;
}
.hide--second > *:last-child {
  display: none;
}
.message {
  font-size: 1.5em;
  text-align: center;
  width: 42%;
  padding: 0 2%;
  float: left;
  background: #eee;
}
.message:last-of-type {
  float: right;
}
.involve.alert-firstmessage {background-color: #bf1f1b;color: #fff;margin: 0 auto;padding: 20px 0;text-align: center;width: 100%;position: relative;}
.alert-message-container .alert-message .crossalertclose {cursor: pointer;font-size: 2rem;font-weight: bold;height: 0.5rem;line-height: 0.5rem;position: absolute;right: 1.3rem;text-align: center;top: 1rem;width: 0.5rem;z-index: 10;}
.close {
    color: #fff;
    text-transform: lowercase;
    right: 0;
    font-size: 2.5em;
    line-height: 1;
    border: none !important;
    position: absolute;
    top: 0;
    padding: 2px 7px;
}
p.info {
  font-size: 19px;
  margin-bottom: 50px;
  text-align: center;
}
p.info span {  color: #666 }
footer:before{
  content: "";
  display: table;
  clear: both;
} 