.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;
}