.table.offer-table {
	background: #e8e8e8;
}

	.table.offer-table > thead > tr > th {
		border: 0;
	}

	.table.offer-table tr th,
	.table.offer-table td.detail-link-td {
		padding-left:12px;
	}

	.table.offer-table tr td{
		padding-right:12px;
	}

	.table.offer-table .bodytext,
	.table.offer-table ul {
		margin-bottom: 0;
		overflow: auto;
	}
		.table.offer-table ul a {
			font-weight: bold;
		}
			.table.offer-table ul a i{
				font-weight:normal;
			}

		.table.offer-table ul li:last-child{
			margin:0;
		}


	.table.offer-table tfoot i.fa.fa-angle-right {
		font-size: 1.3em;
		color: #CC0000;
		font-weight: bold;
	}


