h1, h2, h3{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
  font-weight: normal;  
}

body, textarea, input {
  color: #444;
  font-size: 12px;
  font-family: Verdana, Helvetica, sans-serif !important;
}


.helpContentIcon {
  width: 45px;
  height: 45px;
  margin: 10px;
}

.aggregateHelpIcon {
  background-image: url("../images/aggregateIcon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  margin: 10px;
}


.summarizeHelpIcon {
  background-image: url("../images/summarizeIcon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  margin: 10px;
}

.sumnearbyHelpIcon {
  background-image: url("../images/summarizeNearby.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  margin: 10px;
}

.videoplayIcon {
  background-image: url("../images/videoplayIcon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin: 10px;
}

.aggregateHelpContent {
  background-image: url("../images/aggregateHelpContent.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 300px;
  height: 120px;
  margin: 10px;
}

.helpHeader {
  font-size: 1.15em;
  text-decoration: underline;
  font-weight: bolder;
  text-align: center;
  margin: 0.5em;
}

.helpContent {
  font-size: 1em;
  margin: 0.5em;
  text-indent: 0.05em;
  text-align:justify;
  letter-spacing:0.01em;  
}

.helpFooter {
  font-size: 1em;
  margin: 0.5em;
}

.toolSummaryTable {
    width: 100%;
}