#uploadPDB_div{
	 border:solid #f7f7f7 1px;
	 height:220px;
	 width:70%;
	 background:#D3DCE6;
}
#filter_option{
	width:90%;	
	margin:0 auto;
	margin-top:15px;
}
#filter_option_field{
	background:#f7f7f7;
	margin:0 auto;
	width:60%;
	border-color:#f7f7f7;
}
#filter_option_field table{
	width:100%;
}

#filter_option_table{
	width:60%;
	text-align:left;
	background:#fff;
	text-indent:20px;
	font: normal 12px sans-serif;
}

#results{
	background:#D3DCE6;
	border:solid #f7f7f7 1px;
	padding-left:10px;
	height:97%;
	
	color:#3b3b3a;
	margin:0 auto;
	text-align:center;
	overflow:auto;
}
#results table{
	margin:0 auto;
	
}

#results1,#results1A{
	background:#D3DCE6;
	border:solid #f7f7f7 1px;
	padding-left:10px;
	height:95%;
	font:normal 12px monospace;
	color:#3b3b3a;
	margin:0 auto;
	text-align:left;
	overflow:auto;
}

#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;
}

#show_records{
	width:70%;
	height:190px;
	border:solid #000 1px;
}
#show_records1{
	width:70%;
	height:83%;

}

#showModels,#showModels1{
	margin-top:-5px;
}

#showChains{
		margin-top:-25px;
}

#showModels select,
#showModels1 select,
#showChains select,
#showAtoms select {
	width:100px;
}

#saveFile{
	
}

@media screen and (max-width: 980px) {
	#show_records1{
		width:75%;
	}	
}

@media screen and (max-width: 800px) {
	#uploadPDB_div{
	width:auto;
	height:200px;
	}
	#filter_option,#filter_option_field,#filter_option_table,#showCoords{
		width:auto;
		font-size:90%;
	}
	#models{
		width:80%;
		height:35%;
	}
	#show_records{
		width:auto;
	}
	#showModels,#showModels1{
		margin-left:15%;	
	}
	#showChains {
		margin-right:15%;
	}
}
/*
@media screen and (max-width: 600px) {
	#results{
		width:120%;
	}
}
*/
