html body #beginnerGuideEntry {
  border-color: #075c73 !important;
  background: #f7fcff !important;
  color: #052f3d !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

html body #beginnerGuideEntry > b {
  background: transparent !important;
  color: #052f3d !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

html body #beginnerGuideEntry > span {
  border-color: #075c73 !important;
  background: #075c73 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

html body #beginnerGuideEntry:hover {
  border-color: #043f51 !important;
  background: #e4f5fb !important;
  color: #032b38 !important;
}

html body #beginnerGuideEntry:hover > b {
  color: #032b38 !important;
}
