/* 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 */

#bootsrap-overides {
  padding-top: 20px;
  padding-bottom: 20px;
}

#bootstrap-overrides .page_title {
  margin-top: 24px;
  margin-bottom: 24px;
}

#bootstrap-overrides .game_metadata {
  font-weight: bold;
}

#bootstrap-overrides .site-footer {
  padding-top: 20px;
  margin: 10px;
  font-family: Arial, sans-serif;
  font-size: 1em;
  color: #808080;
  text-align: center;
  border-top: 1px solid #808080;
}
