div.map-article-image{
float:left;
clear: both;
padding-right: 10px;
min-width: 100px;
}


div#checkbox-select{
	position:relative;
	left: 700px;
    width: 190px;
    height: 378px;
    padding:10px;
    border:1px solid gray;
    overflow: auto;
}

div#reset-page{
    position: relative;
    left: 689px;
    width: 70px;
    height: 30px;
    margin-left: 0px;
    padding:10px;
    overflow: auto;
}


div#world-map{
	position: absolute;
    width: 700px;
    height: 400px;
}

div.map-article-description{
}

div#article-list-contain{
        min-height: 850px;
}

div.map-article{
clear: both;
padding: 10px;
}

div#loading-bar{
visibility: hidden;
padding: 10px;
min-height: 15px;
}

div#navbar{
clear: both;
}

div#dropbar{
padding-left: 30px;
}

:checked + span {
    font-weight: bold;
}

.FAQ { 
    vertical-align: top; 
    height:auto; 
}

div.list li{
padding-left: 30px;
list-style-type: none;
}


div.list {
    display:none; 
    height:auto;
	//width:auto;
   //padding-left: 30px;
   
}
.show {
    display: none; 
}
.hide:target + .show {
    display: inline; 
}
.hide:target {
    display: none; 
}
.hide:target ~ .list {
    display:inline; 
}

/*style the (+) and (-) */
.hide, .show {

	text-align: center;
	text-decoration: none;
	opacity: .95;
	margin-left: 2.5px;
	float: left;
	

}

.region {

	height: auto;
	width: auto;
	line-height: 20px;
	padding-left: 15px;
	margin-bottom: 0px;
}
