/*-  Custom Table Style for displaying IEEE Committee photos -*/
/*-  SPandher; 2016/06/21, Rod McNeil; 2018/05/31 -*/
table#photoTable {
  width: 100%;
  background-color: #ffffff;
  border-style: none;
  border-width: 0px;
  border: none;
}
table#photoTable tr{
  background-color: #ffffff;
    border-style: none;
  border-width: 0px;
}
table#photoTable td{
  background-color: #ffffff;
  padding: 12px;
	padding-top: 8px;
	padding-bottom: 8px !important;
  border-style: none;
  border-width: 0px;
  text-align: center;
}
table#photoTable tr:nth-child(odd){
  background-color: #ffffff;
    border-style: none;
  border-width: 0px;
}

/* Executive roster with names and photos given by a flex layout.
 * HTML should be
 * section - div - h3
 *                 h4
 *                 img
 * KRS 2022-05-08, Rod McNeil, 2023-01-01 */
section.exec.roster {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

section.exec.roster div {
	min-width: 250px;
  padding-top: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;	
	margin-left: 0;
	text-align: center;
}

section.exec.roster h3.title {
	font-size: 1.2em !important;
}

section.exec.roster h3.name {
	font-size: 1em !important;
}

section.exec.roster p {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 8px !important;
}

/* Alignment of image on "In Memoriam" pages
 * Rod McNeil, 2021-07-18
 */ 
img.align-center {
   display: block;
   margin: 0px 90px;
}

img.medium {
   width: 350px;
   height: 250px;
}