@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 17, app/assets/stylesheets/application.scss */
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 11pt;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 25, app/assets/stylesheets/application.scss */
body {
  /* System Fonts as used by GitHub */
  font-family: inherit;
  font-size: inherit;
  margin: 1rem;
  padding: 0;
}

/* line 32, app/assets/stylesheets/application.scss */
header {
  font-weight: bold;
  letter-spacing: 1pt;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

/* line 33, app/assets/stylesheets/application.scss */
header a {
  color: #b33;
  text-decoration: none;
}

/* line 37, app/assets/stylesheets/application.scss */
header a:visited {
  color: #b33;
}

/* line 47, app/assets/stylesheets/application.scss */
h1 {
  font-size: 1.5em;
  margin: 0 0 1rem;
}

/* line 51, app/assets/stylesheets/application.scss */
p {
  margin: 0 0 1rem;
}

/* line 54, app/assets/stylesheets/application.scss */
table {
  border-collapse: collapse;
  margin: 0 0 1rem;
  padding: 0;
}

/* line 59, app/assets/stylesheets/application.scss */
td, th {
  text-align: left;
  border: 1px solid #eee;
  font-weight: normal;
  padding: 0.25rem;
  vertical-align: top;
}

/* line 66, app/assets/stylesheets/application.scss */
td:first-child {
  padding-right: 0.5rem;
}

/* line 69, app/assets/stylesheets/application.scss */
th {
  background: #f8f8f8;
}

/* line 72, app/assets/stylesheets/application.scss */
.mb-05 {
  margin-bottom: 0.5rem;
}

/* line 75, app/assets/stylesheets/application.scss */
.mb-2 {
  margin-bottom: 2rem;
}

/* line 78, app/assets/stylesheets/application.scss */
.pb-2 {
  padding-bottom: 2rem;
}

/* line 81, app/assets/stylesheets/application.scss */
.breadcrumb:after {
  color: #888;
  content: "»";
  margin-left: 0.2rem;
}

@media screen and (max-width: 767.98px) {
  /* line 90, app/assets/stylesheets/application.scss */
  ul.links {
    list-style: none;
    padding: 0;
  }
  /* line 94, app/assets/stylesheets/application.scss */
  ul.links > li > a {
    display: block;
    padding: 0.5rem 0;
  }
}
