.proposals {
	list-style: none;
	padding: 0;
}

	.proposal {
		overflow: hidden;
		margin: 0 0 3em 0;
	}

		.proposal-content {
			overflow: hidden;
		}

			.proposal-date {
				color: #b9c1c3;
				font-style: italic;
			}

			.proposal-name {
				display: block;
				font-size: 14px;
				color: black !important;
				font-weight: bold;
				text-decoration: underline !important;
				text-transform: capitalize;
				margin: 3px 0;
			}

.proposals-filter {
	display: block;
	background: #eaeaea;
	padding: 2em 30px;
	margin: 1em 0 2em;
}

	.proposals-filter select {
		margin-left: 6px;
	}

.rating {
	width: 80px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #9996a1;
}

	.rating a.rate {
		display: block;
		width: 11px;
		height: 12px;
		margin: 10px auto;
		background-image: url('sprite.rating.arrows.png');
		background-repeat: no-repeat;
		opacity: .3;
	}

	.rating a.rate.active {
		opacity: 1;
	}

		.rating span.up {
			color: green;
		}

		.rating span.dn {
			color: red;
		}

		.rating a.rate.up {
			margin-top: 20px;
			background-position: 0 0;
		}

		.rating a.rate.dn {
			background-position: 0 -12px;
		}