#fImage {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

#content #fImage img {
    display: block;
    max-width: 210px;
    max-height: 400px;
    object-fit: cover;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    width: 100%;
}

body {
    font-family: Verndana, Arial, Helvetica, sans-serif;
    color: #333;
}

.faculty-name {
    padding: 10px 10px 10px 25px;
    min-height: 400px;
}

.label {
    text-align: right;
}

.help-items {
    margin-left: 23px;
    margin-bottom: 10px;
}

.help-items, .help-items a {
    margin-top: 15px;
    font-size: 1em;
    font-face: Verdana;
    color: #666;
    font-family : Verdana, Arial, Helvetica, sans-serif;
}

.help-items h1 {
    font-size: 1.3em;
}

.footer {
    text-align: center;
    font-size: smaller;
    margin-top: 40px;
}

.highlight {
    background-color: #f1f1e7;
}

.column-names td{
    padding: 4px 8px;
    text-align: center;
}

.reorder-up {
    display: block;
    padding: revert;
    margin-bottom: 4px !important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin: auto;
    color: white;
}

.reorder-down {
    display: block;
    padding: revert;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: white;
    margin: auto;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
   	visibility: hidden;
	width: 240px;
	bottom: 100%;
	margin-bottom: 5px;
   	left: 50%;
   	margin-left: -125px; 
   	background-color: #006cac;
   	color: #fff;
   	text-align: center;
   	padding: 5px 10px;
   	border-radius: 6px;
   	position: absolute;
   	z-index: 1;
}

.tooltip .tooltiptext::after{
   	content: " ";
   	position: absolute;
   	top: 100%;
   	left: 50%;
   	margin-left: -10px;
   	border-width: 5px;
   	border-style: solid;
   	border-color: #006cac transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
   	visibility: visible;
}

td {	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	word-wrap: break-word;
}

#profile {
    overflow: hidden;
}

.profile-section {
    margin-bottom: 25px;
}

.profile-section-item {
    margin-bottom: 15px;
}

#academic {
    margin-bottom: 40px;
}

#available-technologies iframe {
    border: none;
    width: 100%;
    height: 600px;
}

.banner {
    text-align: center;
    border: solid;
    padding: 3px;
    margin-top: 10px;
}

.flex-container {
    display: flex;
    align-items: center;
}

.flex-item-left {
    width: auto;
    margin-right: 5px;
}

.flex-item-right {
    width: 100%;
}
