/* Только текстовые блоки */
.t-text a {
  font-weight: 600;
}
/* Включаем подчёркивание ссылок при наведении */
#allrecords a:hover {
  text-decoration: underline !important;
}
