.khs-module-overview ul.typo3-messages {
   list-style: none;
   padding: 0;
   margin: 0;
}

.td_hospital_name {
   white-space: nowrap;
   scrollbar-width: none;
   overflow-x: auto;
   width: 155px;
   height: 15px;
   transition: height 0.3s ease-in-out;
}

.td_hospital_name.overflowed:hover {
   scrollbar-width: thin;
   height: 20px;
}
