/*! anuma.cc */
html {
  color: #22272b;
  font-size: 1em;
  line-height: 1.4;
}

body {
	background-color: #2c2a2d;
	font-family: 'Source Sans Pro', sans-serif;
}

#logo{
	display: block;
	width: 200px;
	height: auto;
	margin: 60px auto;
}

h2{
	font-weight: 600;
}

#content-pane{
	color: #22272b;
	width: 420px;
	margin: 12vh auto 0;
	padding: 15px 30px;
	background: #F5F6F7;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25); 
	border-radius: 4px;
}

#content-pane h1{
	display: none;
}

#content-pane #world-map{
	width: 400px;
	display: block;
	margin: 30px auto;
}

.country-list{
	list-style-type: none;
	padding-left: 0;
}

.country-list li{
	padding-bottom: 12px;
}

.country-list a{
	text-decoration: none;
	color: #22272b;
	font-weight: 600;
    font-size: 15px;
}

.country-list li a img{
	height: 18px;
    margin-bottom: -3px;
    margin-right: 6px;
}