body, html {
	background-color: #f3f3f3;
	scrollbar-gutter: stable both-edges;
	overflow-y: auto;
}
#countryinput {
	background-image: url('../img/searchicon.png');
	background-position: 10px 12px;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
}
#countrytable {
	border-collapse: collapse;
	width: 100%;
	font-size: 18px;
}
#countrytable th, #countrytable td {
	width: 100%;
	text-align: left;
}
#countrytable tr {
	border-bottom: 1px solid #ddd;
}
