.bids {
	width: 100%;
	margin: 20px 0;
}

.bids th {
	background: #8fcb99;
	color: #000;
	padding: 5px;
	text-align: right;
}

.bids td {
	padding: 5px;
	border-bottom: 1px solid #cdcdcd;
}

.noResults {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 20px 0;
	margin: 20px 0;
	text-align: center;
}

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

h2.h2-bids {
	width: 100%;
	display: block;
	background: #2badbb;
	color: white;
	padding: 0.5rem;
	margin: 0;
	margin-top: 1.5rem;
	font-size: 1.3rem;
	cursor: pointer;
}


.bids th {
	background: #8fcb99;
}

@-webkit-keyframes AnimationName {
	0% {
		background-position: 0% 81%
	}

	50% {
		background-position: 100% 20%
	}

	100% {
		background-position: 0% 81%
	}
}

@-moz-keyframes AnimationName {
	0% {
		background-position: 0% 81%
	}

	50% {
		background-position: 100% 20%
	}

	100% {
		background-position: 0% 81%
	}
}

@keyframes AnimationName {
	0% {
		background-position: 0% 81%
	}

	50% {
		background-position: 100% 20%
	}

	100% {
		background-position: 0% 81%
	}
}

.bids-category-content {
	background: #f1f1f1;
	padding: 1rem;
	border-right: 1px solid #2badbb;
	border-left: 1px solid #2badbb;
	border-bottom: 1px solid #2badbb;
}

.bids-category-content table {
	background: #fff;
}

.btn {
	white-space: initial;
}

.mobile-only {
	display: none;
}

@media (max-width: 991px) {
	.mobile-only {
		display: inline;
		font-weight: bold;
	}
	
	.bids-category-content table,
	.bids-category-content table thead,
	.bids-category-content table tbody,
	.bids-category-content table tr,
	.bids-category-content table td,
	.bids-category-content table th	{
		display: block;
	}
	
	.bids-category-content table th	{
		display: none;
	}
	.bids-category-content table tr	{
		margin-bottom: 30px;
		box-shadow: 0 0 15px rgba(0,0,0,0.2);
	}
}