#pagecontainer {
	font-family: Tahoma, Arial;
}

#main_content {
	padding-top: 30px;
}

h1 {
	font-family: Helvetica;
	font-weight: bold;
	margin: 0px;
}

.welcome_title{
	font-family: Helvetica;
	font-weight: bold;
	margin: 3px;
}

.sub_welcome_title{
	font-family: Helvetica;
	font-weight: bold;
	margin: 3px;
	font-size: 21px;
}

#welcome_image{
	padding-top: 25px;
	max-width: 100%;
	height: auto;
}

#start_button{
	background-color: #1ca300;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

#randomCountryBar{
	float: left;
	margin: 0px;
	font-family: Helvetica;
	font-weight: bold;	
}

#search_form_container{
	margin: auto;
	width: 300px;
}

#settings_header{
	line-height: 0px;
	margin-top: 10px;
}

#settingsButton{
	float: right;
	background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
	font-size: 15px;
	color: black;
}

#closeSettingsButton{
	float: right;
	cursor: pointer;
	color: black;
}

#randomCountryButton{
	display: none;
	margin: auto;
	border: 0px;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 14px;
	color: black;
}

#searchButton{
	border: 0px;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 14px;
	color: black;
	width: 35%;
}

#country_search{
	border-right: 0px;
	border: 0px;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 14px;
	width:65%;
}

#country_search:focus{
    outline: none;
}

#search_form{
	display: flex;
	justify-content: center;
	width: 300px;
}

#fact_left td{
	padding: 3px;
	padding-left: 0px;
}

#geographical_map {
	margin-top: 10px;
}

.article h3 a{
	text-decoration: none;
}

.article_story_date{
	margin: 0px;
	margin-bottom: 5px;
}

.article_story_snippet{
	margin: 0px;
}
