body {
  margin: 0;
  font-family: Helvetica;
  background: #fff !important;
}

/* Top menu background for selected item. */
.active {
  background-color: #0074d9;
  color: white;
}


/*** Styling for visualization title/description/credentials *********
*********************************************************************/

/* Main map title */
.graph-title {
  font-size: 1.5em;
  padding-bottom: 5px;
  width: 100%;
  color: #303133
}

/* Map description (text bellow main title) */
.graph-desc {
  font-size: 1.0em;
  font-style: italic;
  padding-bottom: 5px;
  width: 100%;
  color: #303133
}

/* Map comment section - Last element in control */
.graph-comment {
  font-size: 0.8em;
  font-style: italic;
  padding-top: 5px;
  width: 100%;
  color: DarkGray
}

/* Credentials part of the map (references to data sources, ...) */
.graph-cred {
  font-size: 0.7em;
  padding-top: 5px;
  width: 100%;
  text-align: right;
  color: DarkGray
}
