/* CSS file for printing */
/* RedsealSW version 3.93.20.F on 23/4/2015 at 00:19 */
/* Registered until 28/06/2015 */

/* 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-teamlist, Table.table-referees,Table.table-main, Table.table-results, Table.table-fixtureteams, Table.table-listofmatches
{
width:100%;
}

/* Center justify */
Div.content
{
margin:auto !important;
border:none;
}
