.map-content {
    width: 100%;
    /*min-height: 900px;*/
    height: 100%;
    position: relative;
}

.map_title {
	z-index: 500;
    position: absolute;
    top: 0px;
    left: 40%;
    background-color: #fff;
    padding: 5px 10px;    
    opacity: 0.9;
	font-size: 20px;
	border: 2px solid rgba(0,0,0,0.2);
	border-radius: 10px;
}

#right-info-panel {
    position: absolute;
    margin-top: 10px;
    left: 15px;
    top: 60px;
    background-color: #EDF1F7;
    width: auto;
    max-width: 550px;
    max-height: 80%;
    vertical-align: middle;
    opacity: 0.97;
    border-radius: 5px;
    border-width: 1px;
    z-index: 6;
    overflow-y: auto;
    padding: 3px 10px 10px 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    display: none;
}

@media (max-width: 1280px) {
  
	#right-info-panel {
		max-width: 90%;
	}
 
}

.right-info-content {
    margin-top: 10px;
    max-width: 530px;
    /* overflow-x: scroll; */
}

.infopanel-content-close {
    background-image: url(close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-right: 3px;
	margin-top: 3px;
	cursor: pointer;
}