.jumbotron {
  background-size: cover;
  max-height: 200px;
  padding-bottom: 1%;
}

.img-thumbnail {
  height: 2em;
  width: 2em;
}

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

.scrollspy-example {
height: 360px;
}

pre code {
  background-color: #eee;
  border: 1px solid #999;
  display: block;
  padding: 20px;
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}

mark {
  background-color: lightgrey;
  color: black;
}

.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}
.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: italic;
    font-size: 1.5rem;
}
/*.accordion-section .panel-default .panel-title a:after {*/
/*    font-family: 'FontAwesome';*/
/*    font-style: normal;*/
/*    font-size: 3rem;*/
/*    content: "\f106";*/
/*    color: #1f7de2;*/
/*    float: right;*/
/*    margin-top: -12px;*/
/*}*/
/*.accordion-section .panel-default .panel-title a.collapsed:after {*/
/*    content: "\f107";*/
/*}*/
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}

.anyClass {
  height:250px;
  overflow-y: scroll;
}

body {
    padding-top: 10px;
    font-size: medium;
    position: relative;
}

/* Remove the navbar's default margin-bottom and rounded borders */
/*.navbar {*/
/*  margin-bottom: 0;*/
/*  border-radius: 0;*/
/*}*/

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 650px}

/* Set gray background color and 100% height */
.sidenav {
  padding-top: 20px;
  /*background-color: #f1f1f1;*/
  height: 100%;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
  .sidenav {
    height: auto;
    padding: 15px;
  }
  .row.content {height:auto;}
}