.country_explorer {
    position:relative;
    height:auto !important;
    background: #fff;
	margin-bottom: 20px;
    /*padding: 5px 0px 0px 10px;*/
}
.country_explorer a:hover
{
    color:#0d506b;
    background:#fff;
}
.country_explorer .bar_text
{
    background-color: transparent;
    padding: 10px 0px 5px 15px;
}
.country_explorer .bar_text h2, .country_explorer .bar_text .little_country_name 
{
	font-family: 'Roboto', sans-serif;
    color:#000;
}
.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 .main_articles a {
    border-bottom: 1px solid #eee;
}
.main_articles_a span,
.main_articles_a {
    display:block;
}
.main_articles_a a {
    /*position:relative;*/

    /*top:7px;*/
    display:block;
    line-height: 30px;
    /*height:35px;*/
    /*padding-left:2px;
    left:2px;*/
}

.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;
}
.country_explorer .main_articles .other_articles .other_articles_a:last-child a {
	border-bottom:none;
}
/*&#9658;*/