#uploadPDB_div{
	 border:solid black 1px;
	 height:170px;
	 width:70%;
}
#filter_option,#filter_option_table{
	width:90%;
}
#filter_option{
	font:normal 80% sans-serif;
	margin-top: -15px;
}

#results{
	background-color:rgba(232,212,121,0.3);
	border:solid #3e7996 1px;
	padding-left:10px;
	height:93%;
	width:95%;
	overflow:auto;
	font:normal 12px monotype;
	color:#3b3b3a;
	margin:0 auto;
	margin-top:-10px;
	text-align:center;
}

#models{
	height:30%;
	width:70%;
	border:solid #6b98cf 1px;
	margin:0 auto;
	background-color:#8db3e0;
	font:normal 15px monotype;
	padding:10px;
	text-align:center;
}


#showCoords{
	width:88%;
	text-align:left;
	padding:5px;
	border:solid #3e7996 1px;
}

#showModels select {
	width:100px;
	margin: 0;
	padding: 0;
}


@media screen and (max-width: 720px) {
	#uploadPDB_div{
	width:auto;
	}
	#filter_option,#filter_option_table,#showCoords{
		width:auto;
	}
	#models{
		width:80%;
		height:35%;
	}
}
