#floating-message-container {
  position: fixed;
  bottom: 2em;
  width: 60%;
  left: 20%;
  opacity: 0.9;
  z-index: 10000;
  text-align: center;
}

.alert-box {
  border-color: #c60f13;
  background-color: #c60f13;
}
.alert-box.info {
  background: #2ba6cb;
  border-color: #2284a1;
}

#uiblocker {
  display: none;
}

div.blockUI.blockMsg.blockElement {
  background-color: none;
  border: 0;
}
