/* CSS file for printing, for Allstars Money League Series 2 Div3 */
/* RedsealSW version 3.95.8.F on 18/2/2016 at 18:43:22 */
/* Registered until 28/08/2016 */

/* Remove margin */
BODY
{
    MARGIN: 0px;
}

/* Remove unwanted elements */
*#header, *.bg, *#footer, *#nav, nav, *#contentleft, *#contentright, img, *.hc6, *.noprint
{
display: none !important;
}

/* Expand tables to full width */
Table.table-league, Table.table-fixturematches, Table.table-venues, Table.table-outstanding, Table.table-referees,Table.table-main, Table.table-results, Table.table-fixtureteams, Table.table-matrix, Table.table-listofmatches
{
width:100%;
}
a:link, a:visited, a:hover, a:active
{
    TEXT-DECORATION: none !important;
}

/* Center justify */
Div.content
{
margin:auto !important;
border:none;
}
