/* 8/7/21 - CSS Document for new site styles*/
.title
{
	color: darkblue;
	font: bold 36px "Arial" /* Font details */
}

.my-custom-scrollbar {
position: relative;
height: 200px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}
