#logo {
  display: none;
}

#navigation h2 {
  border-bottom: 3px solid maroon;
}

#navigation {
  position: absolute;
  top: 150px;
  right: 5%;
  margin-right: 0px;
  margin-left: auto;
  width: 30%;  
}

#navigation .panel .info {
  background: maroon url('http://wilmer.fedorapeople.org/images/callout-bg.png') no-repeat top left;
  color: white;
}

#navigation .panel .info ul {
  list-style-type: none;
  padding: 1em;
  padding-left: 2em;
  margin: 0px;
}

#navigation .panel .info li {
  padding-bottom: 0.5em;
}

#navigation .panel .info .description {
  color: #ccc;
}

#navigation .panel .info .title {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#navigation .panel .info a:hover, 
#navigation .panel .info a:focus {
  text-decoration: underline;
}
