/* app-specific styles */

.list-item div.country-name {
	margin-left: 0.2em;
	float: left;
	width: 50%;
}

.list-item div.country-property {
	margin-left: 0.2em;
	float: left;
	width: 50%;
}

.country-icon {
	width: 4em;
	height: 3.05em;
	float: left;
	border-width: 0.1em;
	border-color: grey;
	border-style: none;
	margin: 0.1em;
	padding: 0.0em;
	position: relative;
	text-align: left;
}

.country-thumbnail {
	width: auto;
	height: auto;
	margin-top: 1em;
}

.country-overview .country-icon {
	width: 15em;
	height: 11.32em;
	float: left;
	margin: 0.1em;
	border-width: 0.1em;
	border-color: grey;
	border-style: solid;
}

.country-overview div {
	clear: both;
}

table.country-detail td:nth-child(1) {
	padding-right: 2em;
}

table.country-detail td:nth-child(2) {
	font-weight: 600;
}

article#country {
	left: 50%;
}

article#country.current {
	left: 0;
	transition: left 0.3s;
}

h3.message {
	clear: both;
}

/* Responsive breaks */

/* Medium: Smartphones (landscape), Tablets */
@media only screen

/* and (min-width : 500px) */
and (max-width : 1024px) {}

/* Large: Tablets and Desktops */
@media only screen and (min-width : 1024px) {}
