@charset "UTF-8";
/* CSS Document */
a#tooltip {

    position: fixed static ;
}
    a#tooltipBack:hover::after {
  content: "Landing Page" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
a#tooltip1:hover::after {
  content: "Explore Values" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
            a#tooltip2:hover::after {
  content: "Rationale" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
             a#tooltip3:hover::after {
  content: "Intro to CLI" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
             a#tooltip4:hover::after {
  content: "Evaluation" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
             a#tooltip5:hover::after {
  content: "Application" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
             a#tooltip6:hover::after {
  content: "Future" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
            a#tooltipNext:hover::after {
  content: "Complete CLI" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}

