#form_54{
	.pageControls {
	  padding: 0!important;
	}
}


/**
 * ticket 8442253
 * 04/21/2016
 * Jim Moore
 * thumbnails were getting set at 100%
 */
img.fsThumbnail {
    max-width: 178px;
}
/*End Section*/

/**
 *
 *  May 5th 2016
 *  Ticket 8443430 - Composer Questions
 *  Jacob Sauerhoefer
 *
 */

    .nav-main .fsNavLevel1 > li:nth-child(2) .fsNavPageInfo {

      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;

    }

/* End Block */

/**
 *
 *  May 11th 2016
 *  Ticket 8443991 - Tables messed up
 *  Jacob Sauerhoefer
 *
 */

    .fsAthleticsEvent .fsTitle,
    .fsAthleticsOpponents,
    .fsAthleticsOpponentNames {

      display: table-cell;
      
    }

/* End Block */

/*
 *
 * Ticket # 8444264
 * Desc: Images are too small inside a table cell due to max-width in main.css
 * Author: Sean Loveall
 *
 */

td img {
    max-width: none;
}

/* End Block */


/*
*  Ticket 8469921
*  New button style needs hover color and background.
*  11/09/16 - James B
*/

.fs_style_4:hover {
    background: #2b363c;
    color: #fff;
}

.fs_style_5:hover {
    background: #992a44;
    color: #fff;
}

.fs_style_6:hover {
    background: #2b363c;
    color: #fff;
}

/* End Block */
