img.navbar-brand-icon {
width:40px;
margin-top:-10px;
}

span.orange {
color: orange;
}

li.current a {
background-color: orange;
}

li.current2 a {
color: orange;
}

canvas { 
  width: 100%;
  height: auto;
}

figure {

  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin: 0.5em;
  padding: 0.5em;
}

/* Had a problem with icon going above menu bar. This seems to fix. */
.navbar-collapse {
    width: 900px;
}
.navbar {
    margin-bottom: 0px;
}

.container p {
    line-height: 1.7;
    margin-bottom: 30px;
}

.container .alert p {
    line-height: 1.3;
    margin-bottom: 0px;
}

.container ul li {
    line-height: 1.7;
}

/* Try to make columns with figures have equal heights */



@media (min-width: 500px) {
  .img.side {
    max-width: 250px;
  }
}


.section-nav {
  text-decoration: none;
}
.section-nav a {
  text-decoration: none;
  color: inherit
}

.rxtable p {
    margin-bottom: 0
}