/*Adjusts column width for list view overview content, applied to all pages with this view. Roll into component CSS :: 2022-11-30 jh*/
@media (min-width: 720px) {
	.view-content table thead th {
	    width: 5%;
	}
	#view-field-short-description-table-column {
	    width: 36%;
	}
}