.bg__collection-recipe {
	.bg__rcp__cl__input-area {
		background-color: $subdued-bg;
		border-radius: 6px;
		box-shadow: 1px 2px 2px 2px #999;
		margin-top:5px;
		padding: 3rem;
		.btn-primary {
			border-radius: 6px;
		}
		.list-group-item{
			border-radius: 6px;
		}
	}
	.list-group-item {
		.bg__read-more-link {
			float: right;
		}

		&.active {
			.bg__link-tag {
				color: #fff;
			}
		}
	}
	.fieldAnalysisStats {
		background-color: $subdued-bg;
		border-radius: 6px;
		box-shadow: 1px 2px 2px 2px #999;
		margin: 3rem 0;
		padding: 4rem;
	}
	.ms_toggle_btn {
		display: none;
	}

	.box{
		background-color: $subdued-bg;
	    border-radius: 6px;
	    box-shadow: 1px 2px 2px 2px #999;
	    margin-top: 5px;
	    padding: 2rem;
	    margin-right: 5px;
	}
}