html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: #f4f6fb;
	padding: 0 16px 48px;
	text-align: center;
}

#comparePage {
	margin: 0 auto;
	max-width: 1040px;
}

#worldMapsContainer {
	align-items: stretch;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	margin: 30px auto 0;
	max-width: 980px;
}

#worldMapsContainer img {
	background-image: url("/images/empty-map-408-264_light.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	margin: 0 auto;
}

#worldMapsContainer .mapPanel {
	background: #fff;
	border: 1px solid #d8dde8;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 20px 20px 16px;
}

#worldMapsContainer .mapMeta {
	margin-bottom: 14px;
}

#worldMapsContainer .mapArea {
	color: #28344a;
	display: block;
	font-size: 1.05em;
	font-weight: 600;
	line-height: 1.3;
}

#vsMarker {
	align-self: center;
	background: #585656;
	border-radius: 999px;
	color: #fff;
	font-size: 0.95em;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 10px 12px;
}

#worldMapsCountriesListing {
	background: #fff;
	border: 1px solid #d8dde8;
	border-radius: 8px;
	border-collapse: collapse;
	margin: 24px auto 0;
	max-width: 760px;
	table-layout: fixed;
	width: 100%;
}

#worldMapsCountriesListing td {
	border-bottom: solid 1px silver;
	padding: 10px 8px;
	text-align: center;
	vertical-align: middle;
}

#worldMapsCountriesListing td:first-child,
#worldMapsCountriesListing td:last-child {
	width: 72px;
}

#worldMapsCountriesListing td:nth-child(2) {
	font-size: 0.98em;
	overflow-wrap: anywhere;
}

.wantToVisitFlag {
	opacity: 0.45;
}

.wantToVisitCountryName {
	opacity: 0.45;
}

.worldMap {
	height: auto;
	max-width: 408px;
	width: 100%;
}

#buttonsContainer {
	margin-top: 40px;
}

.login-call-message {
	margin-bottom: 10px;
}

.login-call-message-text {
	border-bottom: dotted 1px #333;
	font-size: larger;
	padding: 0 1em 5px 1em;
}

#continueEditMapLink {
	background-color: #585656;
	border: solid 1px black;
	border-radius: 7px;
	color: white;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px 20px;
	text-decoration: none;
}

#localeSwitch {
	direction: ltr;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1000;
}

div.mybutton {
	margin-top: 10px;
}

@media (max-width: 680px) {
	body {
		padding-left: 12px;
		padding-right: 12px;
	}

	#buttonsContainer {
		margin-top: 32px;
	}

	#continueEditMapLink {
		display: block;
		font-size: 1.05em;
		margin: 0 auto;
		max-width: 320px;
	}

	#worldMapsContainer {
		gap: 12px;
		grid-template-columns: 1fr;
	}

	#worldMapsContainer .mapPanel {
		padding: 16px 14px 14px;
	}

	#worldMapsContainer .mapArea {
		font-size: 1em;
	}

	#vsMarker {
		justify-self: center;
		padding: 6px 10px;
	}

	#worldMapsCountriesListing {
		margin-top: 16px;
	}

	#worldMapsCountriesListing tbody {
		display: block;
	}

	#worldMapsCountriesListing tr {
		border-bottom: solid 1px silver;
		display: grid;
		gap: 6px 8px;
		grid-template-columns: 52px minmax(0, 1fr) 52px;
		padding: 10px 8px;
	}

	#worldMapsCountriesListing td {
		align-items: center;
		border-bottom: none;
		display: flex;
		justify-content: center;
		padding: 0;
		width: auto;
	}

	#worldMapsCountriesListing td:nth-child(1) {
		justify-content: center;
	}

	#worldMapsCountriesListing td:nth-child(2) {
		align-self: center;
		display: block;
		font-size: 0.93em;
		text-align: center;
	}

	#worldMapsCountriesListing td:nth-child(3) {
		justify-content: center;
	}

	#worldMapsCountriesListing img {
		height: auto;
		max-width: 24px;
		width: 24px;
	}

	#worldMapsCountriesListing tbody tr:last-child {
		border-bottom: none;
	}
}
