
body {
  margin-top: 30px;
  background-color: #eee;
}


hr {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

pre {
  text-align: left;
  white-space: pre-line;
}
.card-title {
  text-align: center;
}
#faq .card {
  margin-top: 10px;
  min-width: 100%;
}
.cropImage { overflow: hidden; width: 800px; height: 200px; }    
.cropImage img { overflow: hidden; width: 800px; }    

.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
  text-align: center;
}

#page-lead {
  font-size: 1.3em;
}

body {
    counter-reset: footnotecounter;
}

span.footnote:before {
  counter-increment: footnotecounter;
  content: '[' counter(footnotecounter) ']';
}

span.footnote {
	position: relative;
	top: -0.4em;
    color: #d35f5f;
	font-size: 70%;
}

.tab-content {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.tab-content .card {
  border-radius: 0;
}
.tab-content .card-header {
  padding: 15px 16px;
  border-radius: 0;
  background-color: #f6f6f6;
}
.tab-content .card-header h5 {
  margin: 0;
}
.tab-content .card-header h5 button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  white-space: normal;
}
.tab-content .card-header h5 button:hover, .tab-content .card-header h5 button:focus, .tab-content .card-header h5 button:active, .tab-content .card-header h5 button:hover:active {
  text-decoration: none;
}
.tab-content .card-body p {
  color: #616161;
}
.tab-content .card-body p:last-of-type {
  margin: 0;
}

.accordion > .card:not(:first-child) {
  border-top: 0;
}

.collapse.show .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion .btn:after {
    /* symbol for "opening" panels */
    font-family: FontAwesome;
    content: "\f077";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}

.accordion .btn.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f078";    /* adjust as needed, taken from bootstrap.css */
}
