/* Block error messages */
.ctdc-traveller-twin-block-error {
  position: fixed;
  z-index: 1000;
  bottom: 90px;
  right: 10px;
  text-align: center;
  background: #bb2546;
  color: white;
  padding: 14px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
