a {
  color: #00B7FF;
}

.main-link.thumbnail {
  border: 2px solid #BDBDBD;
  opacity: 0.9;
}

.main-link.thumbnail.hover {
  cursor: pointer;
}

.view-case-header {
  padding-top:30px;
  padding-bottom:30px;
}

.view-case-image {
  width:200px;
  height:200px;
}

.case-caption {
  background: black;
  color: white;
  font-size: 14px;
  line-height: 21px;
  opacity: .9;
}

.link-container {
  padding-top: 30px;
}

.innovation-nav-button {
  padding: 0px 10px 10px 0px;
  font-size: 18px;
  font-weight: 800;
}

body {
  background-color: #6a7b87;
}

.info-paragraph {
 padding-bottom: 12px;
}

ul {
  /* to match ol from global.css */
  color: #455560;
  font: 93% helvetica, arial, sans-serif;
}

a.linklessAnchor, a.linklessAnchor:visited, a.linklessAnchor:hover {
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
}

.axis {
  shape-rendering: crispEdges;
}
.x.axis path {
  display: none;
  stroke: #000;
}

.y.axis line, .y.axis path {
  fill: none;
  stroke: #000;
}

.citation {
  font-style: italic;
  font-size: 10px;
}

.graphTitle {
  font-size: 15px;
  font-weight: 500;
}

.help-button {
  height: 15px;
  width: 15px;
}

.dropdown-item {
  cursor: pointer;
}

  /* fix bootstrap box-sizing making side bar less wide and bottom butttons
    less tall than they should be */
div#body div.aside {
  width: 215px;
}

div#body div.aside ul li#btn_print a {
  height: 24px;
}

div#body div.aside ul li#btn_tweet a {
  height: 24px;
}

div#body div.aside ul li#btn_facebook a {
  height: 24px;
}
