.newsletter {
	padding: 10px 0;
}

.newsletter .row {
	padding: 10px 0;
}

.newsletter input[type="text"],
.newsletter input[type="email"],
.newsletter textarea {
	font-size: 1em;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	color: #000;
}

.newsletter button {
	font-size: 1em;
	font-weight: bold;
	border: 0;
	background: #657177;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	padding: 10px 40px;
}

.newsletter button:focus,
.newsletter button:hover {}

.success {
	text-align: center;
	font-size: 2em;
}


/**/
.bid-detailed-tr td {
	padding: 0;
}

.bid-detailed {
	background: #f1f1f1;
	padding: 1.5rem;
}

.bid-toggle:before {
	content: '\f196';
	font-family: 'FontAwesome';
	margin-left: 5px;
}

tr.opened td .bid-toggle:before {
	content: '\f147';
}

tr.opened td {
	background: #80b33c;
	color: #fff;
	border-top: 1px solid #80b33c;
}

tr.opened td:first-child {
	border-right: 1px solid #80b33c;
}

tr.opened td:last-child {
	border-left: 1px solid #80b33c;
}

tr.opened td a {
	color: inherit;
}

tr.opened+tr td {
	border-right: 1px solid #80b33c;
	border-left: 1px solid #80b33c;
	border-bottom: 1px solid #80b33c;
}

.back-btn {
	display: inline-block;
	margin-top: 25px;
}


.info-rows .row {
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.info-rows .row:first-child {
	margin-top: 5px;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}