@charset "UTF-8";

textarea {
	margin: 0px;
	padding: 0px;
}

#selectedNichesContaigner {
	margin-right: 10px;
}

.nicheCell {
	
}

.primaryNiche {
	border: 1px dotted green;
}

.nicheControls {
	display: block;
	float: right;
	width: 60px;
	margin-left: 10px;
	text-align: right;
}

.nicheKeyword {
	color: green;
	font-weight: bold;
	margin-left: 2px;
}

.nicheRatings {
	margin-left: 5px;
}

.nicheRating {
	margin-left: 5px;
}

.nicheOpps {
	color: gray;
	margin-left: 10px;
}

img.button {
	cursor: pointer;
}
