/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2024 | 01:31:54 */
/*Smooth Scrolling*/
html {
  scroll-behavior: smooth;
}

.investigations-table .uc-table thead tr > th:nth-child(2){
	min-width: 123px;
}

input[type="search"]::-webkit-search-cancel-button {
  appearance: none;
}