@media screen and (min-width: 0px) {

	#partner {
		min-height:347px;
		max-height:347px;
		width:100%;
		/*
		border-top-width:3px;
		border-top-style:solid;
		border-top-color:orange;
		border-bottom-width:3px;
		border-bottom-style:solid;
		border-bottom-color:orange;
		border-right-width:3px;
		border-right-style:solid;
		border-right-color:orange;
		border-left-width:3px;
		border-left-style:solid;
		border-left-color:orange;
		*/
		padding: 5px;
		float: left;
	
		overflow-y: auto;
	 
		background-color: #FFF2DE;
		padding-left: 0px;
		padding-right: 0px;
	}
	#visualization {


		overflow:hidden;

		float: right;
		
	  
		padding: 0px;
		
	}
	h3{
		margin: 0px;
		color: orange;
	}

	a:hover {
		color: #FF8C00;
		text-decoration: underline;
	}
	#zoomIn{
		position: absolute;
		right:    15px;
		bottom:   44px;
		width: 40px;
		height: 40px;
		z-index:5;
	}
	#zoomOut{
		position: absolute;
		right:    15px;
		bottom:   4px;
		width: 40px;
		height: 40px;
		z-index:5;
	}
	#click{
		position: absolute;
		right:    15px;
		bottom:   44px;
		width: 40px;
		height: 40px;
		z-index:5;
	}
	#click2{
		position: absolute;
		right:    15px;
		bottom:   4px;
		width: 40px;
		height: 40px;
		z-index:5;
	}
	/*ul{
		max-height: 60px;
	}*/
}
