/* CSS file for printing, for 2015-16 Summer Roster */
/* RedsealSW version 3.97.23.F on 22/3/2016 at 10:41:59 */
/* Registered until 28/04/16 */

/* Remove margin */
BODY, header
{
    MARGIN: 0 !important;
}

/* Remove unwanted elements */
*.noprint
{
display: none !important;
}

/* Expand tables to full width */
table.table-league, table.table-fixtureteams, table.table-fixturematches, table.table-playerstats, table.table-matchsheet, table.table-playerrecord, table.table-venues, table.table-payments, table.table-teamlist, table.table-referees,table.table-main, table.table-results, table.table-listofmatches
{
width:100%;
}

/* Center justify */
*#contentcenter
{
margin:auto !important;
border:none;
}
