/* CSS needed to display gaps for Site Pages List */
.pageItemContainer1,.pageItemaltContainer1 { padding-bottom:10px;}
/* CSS NEEDED TO FIX SPEAKER IMAGE PADDING */
/*.speakersImage, .speakersImage img, .speakerThumbnail img {padding-right:60px}*/ /*This causing issues with other images with narrow width */
.speakersImage, .speakersImage img, .speakerThumbnail img {max-width: 100%;}
