.country_explorer {
    position:relative;
    height:auto !important;
    background: #fff;
	margin-bottom: 20px;
}
.country_explorer a:hover
{
    color:#0d506b;
    background:#fff;
}
.country_explorer .bar_text
{
    background-color: transparent;
    padding: 10px 0px 5px 24px;
}
.country_explorer .bar_text h2, .country_explorer .bar_text .little_country_name 
{
	font-family: 'Roboto', sans-serif;
    color:#000;
}
.country_explorer .extra_info_container 
{
	/*
	
	    background: #eee;
    padding: 10px 0px 0px 0px;

    padding: 0px 15px 5px 20px;
    border-bottom: 1px solid #eee;
	
	*/
    padding: 10px 0px 0px 0px;
    margin: 0px 15px 5px 20px;
	border-bottom: 1px solid #eee;
	margin-bottom:5px;
}
.country_explorer .extra_info_container .country
{
	width:100%;
	display: inline-block;
	height:64px;
}
.country_explorer .extra_info_container .country .country_flag
{
	vertical-align:middle;
	margin-right:15px;
}
.country_explorer .extra_info_container .country  .country_name
{
	width: 73%;
	font-size: large;
	font-weight:normal;
	display: inline-block;
	vertical-align:middle;
	color:black;
}
.country_explorer .extra_info_container .extra_links{
	margin-bottom:10px;
    width: 100%;
}
.country_explorer .extra_info_container .extra_links .short_extra_link
{
	margin-right: 10px;
    font-size: 12px;
}
.country_explorer .country_explorer_flag_img {
    height: 24px;
    position: absolute;
    width: 33px;
    right: 10px;
    top: 5px;
}
.country_explorer .main_articles
{
    padding: 5px 10px 5px 10px;
}
.country_explorer .main_articles .not_active
{
    margin-left: 15px;
}
.country_explorer .main_articles .active:before
{
    content: "\25BA";
    display: inline-block;
    width: 15px;
}
.country_explorer .main_articles .active:hover:before
{
    color:#428bca;
    text-decoration: none;
}
.country_explorer .main_articles .active
{
    font-weight: bold;
	border-bottom:none;
}

.country_explorer .little_country_name {
    font-size:10px;
    font-weight:bold;
    display:block;
    position:absolute;
    right: 10px;
    top: 28px;
}
.country_explorer a, .country_explorer a:hover
{
	background:transparent !important;
}
.country_explorer .main_articles .main_articles_a a{
    border-bottom: 1px solid #eee;
}

.country_explorer .main_articles .main_articles_a:last-child a, 
.country_explorer .main_articles .main_articles_a a.active,
.country_explorer .main_articles .other_articles .other_articles_a a.active,
.country_explorer .main_articles .other_articles .other_articles .other_articles_a a {
    border-bottom: none;
}
.main_articles_a span,
.main_articles_a {
    display:block;
}
.main_articles_a a {
    display:block;
    line-height: 30px;
}

.main_articles_a span {
    float:left;
    position:relative;
    top:-7px;
}

.other_articles {
    padding-left:32px;
    padding-right: 0px;
    clear:both;
}
.country_explorer .main_articles .other_articles 
{
    font-size: 12px; 
}
.country_explorer .main_articles .other_articles .other_articles_a a {
    line-height: 25px;
	border-bottom: 1px solid #eee;
}

/*&#9658;*/