/* CSS file for IPhones */

/* Remove boarders */
BODY, .content, #contentcenter
{
    BORDER:  none !important;
}

/* Remove unwanted elements */
#header, #menu, #footer, #contentleft, #contentright, img, .noprint
{
display: none;
}

/* Expand tables to full width */
Table.table-results, Table.table-league, Table.table-fixtureteams, Table.table-fixturematches, Table.table-matrix, Table.table-kodraw, Table.table-koreport, Table.table-playerstats, Table.table-listofmatches, Table.table-matchsheet, Table.table-playerrecord, Table.table-main, Table.table-teamlist, Table.table-referees
{
width:100%;
}

/* Remove margins */
Div.leftcolumn, Div.rightcolumn
{
float:none;
width:0px !important;
margin:0;
}

Div.content
{
margin:auto !important;
border:none;
}
