		#nameField input, #search_users, #user_search {
			display: inline-block;
		}
		
		#first_name, #last_name, #user_search {
			width: 200px;
		}
		
		#middle_initial {
			width: 40px;
		}
		
		
		.profUL li {
			background-color: #f6f8f8;
			padding: .7em;
		}
		
		.profUL h5 {
			margin-bottom: 0;
		}
		
		.sectionTitle{
			font-size: 1.125rem; 
			display: block;			
			font-weight: bold;
			border-radius: 0;
			padding:5px;
		}
		
		.sectionTitle:hover{
			background-color: antiquewhite;
		}
		
		.sectionDiv {
			padding-left: 2em;
		}
		/* Tooltip container */
		
		.tooltip {
			position: relative;
			display: inline-block;
			border-bottom: 1px dotted black;
			/* If you want dots under the hoverable text */
		}
		/* Tooltip text */
		
		.tooltip .tooltiptext {
			visibility: hidden;
			background-color: black;
			color: #fff;
			text-align: center;
			padding: 5px;
			border-radius: 6px;
			/* Position the tooltip text - see examples below! */
			position: absolute;
			z-index: 1;
		}
		/* Show the tooltip text when you mouse over the tooltip container */
		
		.tooltip:hover .tooltiptext {
			visibility: visible;
		}
		
		i.fas {cursor: pointer;}
		