/* CSS file for printing */
/* ULM version 3.92.0.F(28/04/2015) */

/* Remove boarders */
BODY, *.content, *#contentcenter
{
    BORDER:  none !important;
    BACKGROUND:  white;
}
/* 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-matchsheet, Table.table-playerrecord, 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
{
    BORDER-COLOR: #000 !important;
    COLOR: #000 !important;
}

/* Center justify */
Div.content
{
margin:auto !important;
border:none;
}
