.internalLink {
  color: blue;
}
.internalLink:hover {
  cursor: pointer;
  color: purple;
}

.appBadgeStyle {
  margin-left: 5px;
  margin-bottom: 10px;
  height: 60px;
}


.imageTile {
  margin-right: 20px;
  margin-top: 5px;
  float: left;
  width: 200px;
}

.imageMax {
  max-height: 550px;
}

.toneImageMax {
  max-height: 300px;
}

.jumboTitle {
  font-family: 'Indie Flower', serif;
  font-weight: bold;
}

.listItemSpacer > li {
  margin:0 0 10px 0;
}

.figureResults {
	margin-left: 20px;
	margin-top: 5px;
	max-height: 250px;
	float: right;
}

.hmmImage {
  margin-right: 20px;
  margin-top: 5px;
  float: left;
}

.mainNavBarItem {
  font-size: 18px;
}


.gradBackground {
    background: moccasin; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(seashell, moccasin); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(seashell, moccasin); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(seashell, moccasin); /* For Firefox 3.6 to 15 */
    background: linear-gradient(seashell, moccasin); /* Standard syntax (must be last) */

    font-weight: bold;
}




/* Bootstrap style modification: define max width relative to container. */
.popover{
    max-width: 100%;
}
