/* Custom CSS from the support team. */

/*
*  Ticket 8447417
*  Some Athletics table cells are not styled.
*  06/16/16 - James B
*/

.fsAthleticsEvent .fsAthleticsOpponents {
    display: table-cell;
}

/* End Section */

/*
*  Ticket 8450896
*  Directory image too large on one column display
*  08/01/16 - Pauline 
*/

.fsDirectory .fsConstituentColumnLayout_1 .fsConstituentItem .fsPhoto img {max-width: 200px;}

/* End Section */