	#load_title {
		display:none;
	}
	
	#licensee-category {
		font-size:1.5em;
	}

	.file-buttons {
		display:flex;
		justify-content:flex-start;
		background-color:#f0f0f0;
		padding:24px;
		border:1px solid #ccc;
		margin-bottom:8px;
		display:none;
	}
	
	.file-buttons h3 {
		width:240px;
		font-size:1.2em;
		margin:0 !important;
	}
	
	.file-buttons button, .file-buttons-a button {
		border-radius:8px;
		border:2px solid #333;
		margin:0 8px;
		padding:4px 18px;
		background-color:white;
	}
	
	#loading-wrapper {
		height:100px;
		text-align:center;
	}
	
	#loading-gif {
		display:none;
		height:100px;
		width:100px;
	}
	
	select.dt-input {
		min-width:80px !important;
	}
	
	.info {
		display:flex;
		flex-direction:column;
		border:1px solid #ccc;
		padding:12px;
		margin-right:12px;
		background-color:#f0f0f0;
	}
	
	.info-text {
		margin-top:8px;
		padding:0 8px;
	}
	
	.static-data {
		display:none;
		margin-bottom:120px;
		font-size:1.5em;
	}
	
	#header-filters {
		display:none;
	}
	
	#header-titles th {
		border-right:1px solid #0a8c8c;
	}
	
	.s-results td, .s-results th {
		font-size:1.2em;
	}
	
	table.dataTable thead th.sorting.dt-ordering-asc:after {
		content: "\f0de";
	}
	
	table.dataTable thead th.sorting.dt-ordering-desc:after {
		content: "\f0dd";
	}
	
	td.details-control {
		background-image:url("/wp-content/themes/Webmaster-v4-child/imgs/down.png");
	}
	
	td.institution {
		font-weight:bold;
	}