@charset "utf-8";

h2 {
	border: 0;
	padding: 8px;
	background-color: #0e335f;
	color: #fff;
}

section div.content {
	margin: 0 0 20px;
}

div.content p {
	padding-left: 2.5em;
	text-indent: -1.8em;
}

table {
	width: 100%;
	border-collapse: collapse;
}
table tr td {
	padding: 5px;
	background-color: #fff;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
table tr th {
	padding: 5px;
	background-color: #efefef;
	text-align: center;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
th.frame_category {
	width: 100px;
	border: 1px solid #999;
}
th.frame_country {
	width: 100px;
}
td.frame_item {
	background-color: #fff;
	text-align: center;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
td.frame_bold {
	padding: 5px;
	background-color: #fff;
	text-align: center;
	border-top: 2px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
span.half {
	font-size: 10px;
	margin-left: 2px;
}
span.slash {
	padding: 0 3px;
}

