/** CSS Stylesheet for styling of output from the poker freerolls plugin. **/

table.freerollstable {width:100%;}
table.freerollstable tr {}
table.freerollstable tr th {}
table.freerollstable tr th {}
table.freerollstable tr td {}
table.freerollstable tr td  img{float:left;margin-right:10px;}
table.freerollstable tr td.tournamentdate{width:45px;}
table.freerollstable tr td.tournamentsite {width:160px;}
table.freerollstable tr td.tournamentname {}
table.freerollstable tr:nth-child(odd)	{ background-color:#eee;}
table.freerollstable tr:nth-child(even)	{ background-color:#fff;}

table.freerollstablesmall {width:60%;}
table.freerollstablesmall tr {}
table.freerollstablesmall  tr th {}
table.freerollstablesmall  tr th {}
table.freerollstablesmall  tr td {}
table.freerollstablesmall  tr td img {float:left;margin-right:10px;}
table.freerollstablesmall tr td.tournamentdate{width:45px;}
table.freerollstablesmall tr td.tournamentsite {width:130px;}
table.freerollstablesmall tr td.tournamentname {}
table.freerollstablesmall tr:nth-child(odd)	{ background-color:#eee;}
table.freerollstablesmall tr:nth-child(even)	{ background-color:#fff;}