.module {
	width:250px; 
	background-color:#55FF55; 
	border: 1px solid black; 
	padding:5px; 
	margin:3px;
}
.moduleA { 
	width:250px;  
	background-color:#228B22; 
	border: 1px solid black; 
	padding:5px; 
	margin:3px;
}
.moduleP { 
	width:250px; 
	background-color:#DAA520; 
	border: 1px solid black; 
	padding:5px; 
	margin:3px;
}
.moduleD { 
	width:250px; 
	background-color:#B22222; 
	border: 1px solid black; 
	padding:5px; 
	margin:3px;
}
.moduleC { 
	width:250px; 
	background-color:#1E90FF; 
	border: 1px solid black; 
	padding:5px; 
	margin:3px;
}

#discarded {
	height: 200px;
	width: 270px !important;
	position: relative;
	overflow:  auto;
}

#picked {
	height: 200px;
	width: 270px !important;
	position: relative;
	overflow: auto;
}
#picked a {
	color: #000;
}
