/* AWP-related project info styling used by TAS and CAS pages */

div.project {
	width: auto;
	background: #EAF3F7;
	color: #171C34;
	border: 1px solid #A6A7A7;
	border-radius: 10px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
	margin: 5px 0;
	padding: 5px
}
div.project div.summary {
	display: flex
}
div.project p.summary:not(.show) {
	display: block;
	height: 1.5rem !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
dl.project > dt {
	float: left;
	clear: left;
	font-weight: bold;
	padding-right: 5px
}
dl.project > dd {
	color: inherit;
	float: left;
	text-decoration: none
}
a.morelink {
	display: none;
	color: #0056B3 !important;
	white-space: nowrap
}
a.morelink:hover {
	cursor: default;
}
div.bidend h6 {
	font-weight: bold;
	margin-top: 5px
}
table.propbids {
	width: 90%;
	margin: auto
}
table.propbids th {
	border-bottom: 2px solid #a6a7a7
}
table.propbids tr.awarded {
	text-decoration: underline #a6a7a7
}
table.propbids tr.bid td:first-child {
	padding-left: 25px
}
table.propbids th:nth-child(2) {
	text-align: end
}
table.propbids td:nth-child(2) {
	text-align: end;
	vertical-align: bottom
}
li {
    list-style-type: none;
}
