/*CSS brought over from Meet Our Staff Type: WYSIWYG*/
.staffbiotable td {border:1px solid #fff;padding:10px;}
.staffbiotable td.header {width:200px;text-align:center;color:#fff;background:#B92025;font-weight:bold;border:none;}
.staffbiotable td.desc {width:200px;vertical-align:top;text-align:left;color:#000;background:#fff;font-weight:normal;border:none;}
.staffbiotable td.spacercell {border:none;padding:0;width:15px;}
.staffbiotable.narrow {display:none;}
@media (min-width:720px) and (max-width: 1280px) {
.staffbiotable.wide {display: block;}
.staffbiotable.narrow {display: none;}
}
@media (max-width: 719px){
.staffbiotable.narrow {display: block;}
.staffbiotable.wide {display: none;}
table {max-width: 100%;}
}








