#get-wdc {
	float: right;
	margin-bottom: 50px;
}

.action-buttons {
	margin-top: 10px;
}

.container {
	padding: 0px;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color: #eaebe4;
}

.footer p {
	margin-top: 5px;
	font-size: 12px;
}

.fred-icon {
	padding: 2px;
	cursor: pointer;
}

.icon-container {
	text-align: center;
}

.col-md-4 {
	float: left;
	width: 290px;
	padding: 0px;
}

.col-md-8 {
	width: 434px;
	padding-bottom: 15px;
	margin-right: 15px;
	float: right;
	padding: 0px;
}

#clear-wdc {
	float: right;
}

#clear-wdc, #clear-wdc:hover, #clear-wdc:active, #clear-wdc:visited, #clear-wdc:focus
#search-cancel, #search-cancel:hover, #search-cancel:active, #search-cancel:visited, #search-cancel:focus {
	font-style: italic;
	color: #b0ac94;
}

#search-cancel {
	font-style: italic;
	color: #b0ac94;
	display: inline-block;
	margin: 10px 0px 10px;
}

.selected-header h4 {
	float: left;
	margin-top: 6px;
}

.selected-header {
	margin-bottom: 25px;
}

#wdc-list {
	clear: both;
	max-height: 260px;
	overflow-y: auto;
	margin-bottom: 10px;
}

#wdc-list div {
	display: list-item;
	list-style-type: disc;
	margin-left: 1.3em;
	color: #3a382d;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.title {
	font-weight: bold;
}

.categorySelectorList select {
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
	border-radius: 2px;
	display: block;
	max-width: 600px;
}