/* League Tables */
table.leaguetable {width:100%;color:#000;margin-bottom:30px;}
table.leaguetable tr {border:solid 0 red;}
table.leaguetable th {font-weight:bold;text-align:center;}

table.leaguetable td {font-weight:normal;text-align:center;border-top:solid 1px #ccc;line-height:1.6em;}
table.leaguetable tr.promotion td {border-top:dashed 1px #c41e1f;}
table.leaguetable tr.relegation td {border-top:dashed 1px #c41e1f;}
table.leaguetable td.pos {width:40px;text-align:left;}
table.leaguetable td.team {width:170px;text-align:left;}
