body {
  padding-top: 15px;
}

.siteHeader {
  font-family: 'Droid Sans', sans-serif;
  color: black;
}

.navigationBar {
  /*border-bottom: 2px solid #99cce9;*/
  box-shadow: 0px 10px 10px -10px #000;
  margin-bottom: 20px;
}
.siteHeader:active {
  color: #1F6992;
}

.mobileHeader {
  margin-bottom: 16px;
}

.contentImg {
  border: 1px solid black;
}

.orbit-container {
  margin-bottom: 20px;
}

@media only screen and (min-width: 974px) {
  .navBar {
    padding-top: 10px;
  }
}

#impa {
  /*display: inline-block;*/
  margin-bottom: 5px;
  border: 1px solid #9e9e9e;
}

.panelIcons {
  height: 180px;
  opacity: 0.7;
  filter:alpha(opacity=70); /* For IE8 and earlier */
  margin-bottom: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.panelIcons:hover {
  opacity: 1.0;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}

li {
  list-style: none;
}

.inactiveDetail {
  display: none;
}

.activeDetail {
  display: block;
}

.equipmentDetail {
  text-indent: 1em;
  font-size: 0.7em;
}

.listTitle {
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: underline;
}

.listIndent {
  text-indent: 1em;
}

.letterSection {
  padding: 10px 0px 10px 10px;
}

.letterSection:hover {
  background-color: rgba(220,220,220,0.5);
}

#messageInput {
  min-height: 10em;
}

.hide {
  display: none;
}