/* The <body> tag in our html doc has id='bootstrap'-override'. This id is adding to every selector in our stylesheet to give our styles priority over bootstrap. See here for how CSS prioritizes conflicting style instructions: https://stackoverflow.com/questions/20721248/how-can-i-override-bootstrap-css-styles */

/* To select an element that is a DECSENDENT of another element leave a space. This captures children, grandchildren, etc. Example: "#value .class". Refference: https://css-tricks.com/child-and-sibling-selectors/ */

/* controls the error message for too restrictive search criteria */
#bootstrap-overrides .coachNotNamed {
  font-style: italic;
}

/* controls the error message for too restrictive search criteria */
#bootstrap-overrides .no_results {
  text-align: center;
  vertical-align: center;
  padding: 10px;
  font-style: italic;
}

#bootstrap-overrides .select_a_school {
  max-width: 400px;
}
