table.basic { width:100%; border-collapse:collapse; }
table.center { width:100%; border-collapse:collapse; text-align:center; }
table.basic caption { display:none; }
table.basic caption.comment { display:block; text-align:right; padding-bottom:2px; color:#F33; }
table.basic caption.normal { display:block; text-align:right; padding-bottom:2px; color:#555; }
table.basic th, table.basic td { padding:6px; border:#cecece 1px solid; line-height:140%; padding-right:7px; font-size:15px; }
table.basic th.first, table.basic td.first { width:150px }
table.basic th, table.basic  td {  text-align:center; }
table.basic thead th { border-top:#224192 1px solid; background:#eef2f6; color:#224192; }
table.basic thead td { background:#eef2f6; text-align:center; color:#224192; }
table.basic tbody th { background:#f2f2f2; color:#6d7fad; font-weight:normal; }
table.basic tbody tr.bg td { background:#eef2f6; }
table.basic tbody tr.bg2 td { background:#f2f2f2; }
table.basic tbody td.team { border-top:#cecece 2px solid; }
table.basic a { color:#5e6e96; }
table.basic a:hover { color:#111; }
@media only screen and (max-width: 500px) { 
	table.basic th.first, table.basic td.first { width:100px }
	table.basic td.last {  }
}