/* CSS file for printing, for Darts league 2015-2016 */
/* RedsealSW version 3.95.0.F on 5/9/2015 at 14:39:10 */
/* Registered until 28-10-2015 */

/* 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-playerstats, Table.table-bonuspoints, Table.table-matchsheet, Table.table-playerrecord, Table.table-venues, Table.table-outstanding, Table.table-teamlist, Table.table-referees, Table.table-doublesindividual, Table.table-doublespairs,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;
}
