.root, .root:visited {
  color: #5e93c5;
  cursor: pointer;
  text-decoration: none;
}

.root:hover, .root:focus {
  color: #7eadda;
}

.root:active {
  color: #4a7bab;
}
