.card .card-links {
   color: #070A0C;
}
.card .card-links:hover {
   color: #000000;
   background-color: #ebebeb;
}


/* Custom Fonts */
.roboto-fs {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.roboto-20 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}


/* AJAX Suggest */
#ajax-suggest {
  display: none;
}

#ajax-suggest a {
  padding: 5px 15px 5px 15px;
  display: block;
}

#ajax-suggest a:hover {
  background-color: #ebebeb;
}

#ajax-suggest a.nolink {
  color: #070A0C;
}