:root {
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.tenders-table {
	width: 100%;
	min-width: 600px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	table-layout: fixed;
}

.tenders-table thead th {
	font-weight: bold;
	color: #333;
	padding: 0.5rem;
	text-transform: uppercase;
	border-bottom: 3px solid #b4171e;
	text-align: left;
	vertical-align: bottom;
}

.tenders-table tbody tr {
	border-bottom: 1px solid #eee;
}

.tenders-table tbody tr:last-child {
	border-bottom: none;
}

.tenders-table td {
	padding: 1rem 0.5rem;
	vertical-align: top;
}

/* Column specific styles */
.tenders-table th:first-child,
.tenders-table td:first-child {
	min-width: 22ch;
	padding-left: 0.5rem;
}

.tenders-table th:nth-child(2),
.tenders-table td:nth-child(2) {
	/* DESCRIPTION column will take remaining space */
	width: 100%;
}

.tenders-table th:last-child,
.tenders-table td:last-child {
	min-width: 16ch;
}

.tender-no-header,
.tender-no {
	color: #555;
}

.closing-date-header,
.closing-datetime {
	color: #555;
}

.description-content .title {
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}

.description-content .details {
	color: #777;
	margin-bottom: 0.8em;
	line-height: 1.4;
	display: block;
}

.download-button {
	margin-left: 0;
	border-collapse: separate;
	border-spacing: 0 15px;
	padding: 10px 10px 8px;
	border: 2px solid #323232;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1em;
	outline: none;
	background: transparent;
	border-color: #b4171e;
	color: #b4171e;
	background-color: #fff;
	cursor: pointer;
}

.no-data {
	width: 100%;
	min-width: 600px;
	max-width: 1200px;
	margin: 2rem auto 0;
}
