.tabs {
	border-bottom: 1px solid #1883ce;
	margin-bottom: 2rem;
}

.tabs a {
	display: inline-block;
	padding: .5rem;
	border-right: 1px solid #1883ce;
	border-top: 1px solid #1883ce;
	border-left: 1px solid #1883ce;
	background: #fff;
	color: #000;
	margin: 0 .5rem;
	float: right;
	border-radius: 10px 10px 0 0;
}

.tabs a.active {
	background: #1883ce;
	color: #fff;
	font-weight: bold;
}


.text-banner {}


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

.only-in-mobile {
	display: none;
}

@media (max-width: 991px) {
	.only-in-mobile {
		display: block;
	}
}

.bg-primary {
	background: #1883ce !important;
	color: #fff;
}

.question {
	cursor: pointer;
}
.answer {
	background: #fff;
	border-top: 1px solid rgb(1, 185, 174);
}
.only-in-mobile {
	display: none;
}


@media (max-width: 767px) {
	.bids {
		border: 0;
	}
	
	.bids,
	.bids caption,
	.bids thead,
	.bids tbody,
	.bids tr,
	.bids th,
	.bids td {
		display: block;
	}
	
	.bids thead {
		display: none;
	}
	
	.bids tr {
		margin-bottom: 30px;
		padding: 1rem;
		background: #f1f1f1;
		border: 1px solid #ddd;
	}
	
	.only-in-mobile {
		display: inline;
	}
}
