#top10Countries {
	font-size: 0.9em;
}

.countryTable th, .countryTable td {
	border-top: 1px solid rgb(238, 238, 238);
	padding: 5px 1em;
}

#total-count {
	margin: 0.4em 0;
}

#total-count td {
	border-top: 1px solid rgb(221, 221, 221);
	border-bottom: 1px solid rgb(221, 221, 221);
	padding: 0.4em 0;
}

.countryTable th {
	text-align: left;
}

.countryTable td:nth-child(1) {
	text-align: right;
}

.countryTable td:nth-child(2), .countryTable td:nth-child(3) {
	white-space: nowrap;
}

.countryTable th:first-child, .countryTable td:first-child {
	padding-left: 3px;
}
.countryTable th:last-child, .countryTable td:last-child {
	padding-right: 3px;
}

#infoSection h2 {
	margin-bottom: 0.2em;
}

#mapContainer {
	border: 1px solid rgb(238, 238, 238);
}