/* LIVE Rosenau */

.js .events-table td {
  color: var(--color-red) !important;
}
.events-table a:focus {
  text-decoration: underline;
}
.events-table tr {
  cursor: pointer;
}
.events-table tr:focus-within {
    box-shadow: 0 0 0 0.25rem;
}
.events-table:focus-within a:focus {
    text-decoration: none;
}