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

 .long-wait-time {
  font-weight: bold;
  text-align: center;
 }
 .long-wait-time-msg {
  background-color: yellow;
  color: inherit;
  padding: 12px;
 }