/* CSS file for printing */
/* ULM version 3.91.9.F(28/02/2015) */

/* Remove boarders */
BODY, *.content, *#contentcenter
{
    BORDER:  none !important;
    BACKGROUND:  white;
}

/* Remove unwanted elements */
*.noprint
{
display: none;
}

/* Expand tables to full width */
Table.table-league, Table.table-fixturematches, Table.table-kodraw, 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-koreport, Table.table-listofmatches
{
width:100%;
}

/* Change notices to black */
*.tablenotice1, *.tablenotice1 TD, *.tablenotice3, *.tablenotice3 TD, *.tablenotice4, *.tablenotice4 TD, *.tablenotice5, *.tablenotice5 TD, *.tablenotice6, *.tablenotice6 TD, *.tablenotice8, *.tablenotice8 TD
{
    BORDER-COLOR: #000 !important;
    COLOR: #000 !important;
}

/* Center justify */
Div.content
{
margin:auto !important;
border:none;
}
