
body {
  background-color: #f9fcff;
  font-family: Gotham, Verdana, Sans-serif;
  font-size: 1.1em;
}

/* Here is our relatively positioned
 * container div to hold the rest of the
 * visualization */
#vis-container {
  position: relative;
  margin-top: 10px;
  height: 500px;
}

#my-container{
  width: 300px;
}

#my-container h1 {
  color: #285AA8;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

#my-container h2 {
  color: #285AA8;
  font-size: 0.6em;
  font-weight: lighter;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

h4 {
  margin: 0;
  padding-left: 5px;
}

#vis-nav {
  font-size: 0.6em;
  position: relative;
  top: 10px;
  z-index: 20;
}

/* Basic styling for the step links */
a.step-link {
  padding: 5px;
  background-color: #71A0D5;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1.5;
}

a.step-link:hover, a.active {
  background-color: #1E4586;
  color: #FFFFFF;
}

p.intro {
  width: 580px;
}

#data-collection-icons {
  opacity: 0;
}

#streetlight {
  display: none;
}

/* All the .annotation-step divs are inside
 * #annotation-steps. z-index ensures annotations
 * stay on top of visualization. */
#annotation-steps {
  z-index: 40;
}

/* By default, all annotation-steps are hidden. */
.annotation-step {
  display: none;
}

.annotation {
  /*position: absolute;*/
  margin-bottom: 40px;
}

.annotation p {
  background-color: #FFFFFF;
  border-radius: 2px;
  font-size: 0.9em;
  margin: 0;
  opacity: 0.8;
  padding: 5px;
  width: 300px;
}
