@charset "UTF-8";
@import url("icons.css");
@import url("global.css");

thead th,
tbody td {
	text-align: center;
}

thead th {
	vertical-align: middle;
}

tbody th {
	font-weight: normal;
}

.top-offer {
	color: #fff;
	background: #e44a48;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.bg-primary {
	background-color: #2873ad !important;
}

.best-deal {
	color: #fff;
	background-color: #f09931 !important;
	position: relative;
}

.best-deal > span {
	position: absolute;
	bottom: 100%;
	left: 50%;
	padding: 1px 1em;
	background-color: #d80001;
	transform: translateX(-50%);
	display: inline-block;
	white-space: nowrap;
}

@media (min-width: 992px) {
	thead th:not(:first-child) {
		width: 20%;
	}
}
