/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.deep-blue-reservations .warning {
   border: 1px solid #ce2121;
 }

 .deep-blue-reservations .required-field {
   color: #ce2121;
   font-size: 12px;
  }
