#snackbar-shared-notification {
  min-width: 600px; /* Set a default minimum width */
  margin-left: -300px; /* Divide value of min-width by 2 */
  background-color: #ff6600; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 9999999; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  top: 30px; /* 30px from the bottom */
}

#snackbar-shared-notification a {
  text-decoration: underline;
}

/* Wait Times BEGIN */
#wait_times_container {
  text-align: center;
}

#wait_times_container h3 {
  padding: 0;
}

#wait_times_container p {
  margin: 0;
}

#wait_times_container #wait_times_last_updated {
  font-size: 15px;
}

#wait_times_container .fa-clock-o {
  font-size: 50px;
}

@media (max-width: 1265px) {
  #wait_times_container .et_pb_column {
    width: 100%;
    margin: 0;
  }
}
/* Wait Times END */
