@charset "utf-8";



table#medalInfoTable {
	margin-top:20px;
	margin-left:auto; margin-right:auto;
}

table#medalInfoTable th {
	border-style:solid; border-width:1px; border-color:#333333;
	color:#FFFFFF; background-color:#333333;
	text-align:center;
	padding:5px;
	white-space:nowrap;
}

table#medalInfoTable th.r {
	border-right-color:#FFFFFF;
}

table#medalInfoTable th.l {
	border-left-color:#FFFFFF;
}

table#medalInfoTable td {
	border-style:solid; border-width:1px; border-color:#333333;
	vertical-align:middle;
	padding:5px;
	white-space:nowrap;
}

table#medalInfoTable td.countryFlag {
	border-right-style:none;
	padding-left:10px;
}

table#medalInfoTable td.countryFlag img {
	border-style:solid; border-width:1px; border-color:#DDDDDD;
}

table#medalInfoTable td.countryName {
	border-left-style:none;
	padding-right:10px;
}

table#medalInfoTable td.medal {
	width:40px;
	text-align:center;
}
