/* Notes */
table.lhp_note_text td, .lhp_note_text li, .lhp_note_text {
	font-size: 10px;
}

div.lhp_real_game { background: #444; }

table.lhp_real_game_summary { width: 80%; margin: auto; }
table.lhp_real_game_summary tr td {
	font-size: 12px;
	color: #bbb;
	font-family: Arial;
	background-color: #444;
	padding: 4px;
}
table.lhp_real_game_summary tr td small { color: #888; }
table.lhp_real_game_summary tr td.team { color: #eee; width: 30%; font-size: 14px; background-color: #222; }

table.lhp_real_game_note {
	border-spacing: 5px;
	border-collapse: separate;
	width: 100%;
}

table.lhp_real_game_note table {
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #888;
	box-shadow: 0px 0px 3px #000; 
	width: 100%;
	font-size: 11px;
}

table.lhp_real_game_note ,
table.lhp_real_game_note table tr.h,
table.lhp_real_game_note table tr.h1,
table.lhp_real_game_note table tr td { font-size: 10px; }

div.lhp_real_game,
table.lhp_real_game_note ,
table.lhp_real_game_note table tr.h td,
table.lhp_real_game_note table tr.h1 td { background-color: #444; color: #eee; }
table.lhp_real_game_note table tr td { border: 0px; background-color: #777; color: #eee; }

table.lhp_real_game_note table tr td.row1,
table.lhp_real_game_note table tr.row1 td { background-color: #777; }
table.lhp_real_game_note table tr td.row2,
table.lhp_real_game_note table tr.row2 td { background-color: #686868; }
