/* CSS file for printing, for A Grade Snooker 2015 */
/* RedsealSW version 3.96.10.F on 2/11/2015 at 2:45:50 PM */
/* Registered until 28/10/2016 */

/* Remove margin */
BODY
{
    MARGIN: 0px;
}

/* Remove unwanted elements */
*.noprint
{
display: none !important;
}

/* Expand tables to full width */
Table.table-league, Table.table-fixturematches, Table.table-playerstats, Table.table-bonuspoints, Table.table-bonusxpoints, Table.table-matchsheet, Table.table-playerrecord, Table.table-venues, Table.table-handicaps, Table.table-teamlist, Table.table-referees,Table.table-main, Table.table-results, Table.table-fixtureteams, Table.table-listofmatches
{
width:100%;
}

/* Change notices to black */
*.tablenotice1, *.tablenotice1 TD, *.tablenotice2, *.tablenotice2 TD, *.tablenotice3, *.tablenotice3 TD, *.tablenotice4, *.tablenotice4 TD, *.tablenotice7, *.tablenotice7 TD
{
    BORDER-COLOR: #000 !important;
    COLOR: #000 !important;
}

/* Center justify */
Div.content
{
margin:auto !important;
border:none;
}
