.responsive-slider-slide {
	background:		#333;
}

.responsive-slider-slide img {
	display:		block;
	height:			100%;
	margin:			0 auto;
}

.details-status {
	display:		inline-block;
	padding:		0 10px;
	margin:			0 0 10px;
	background:		#000;
	color:			#fff;
	font-weight:		600;
}

.full-details-container {
	overflow:		auto;
}

.full-details-group {
	width:			70%;
	padding-top:		1em;
}

.full-details {
	overflow:		auto;
}

.full-details dt,
.full-details dd {
	float:			left;
	border-bottom:		1px solid #ddd;
	line-height:		2em;
	padding:		.4em 0;
}

.full-details dt {
	width:			30%;
}

.full-details dd {
	width:			70%;
}

/*
 * Mobile
 */
@media screen and (max-width: 767px) {
	.full-details-group {
		width:			100%;
	}

	.full-details dt,
	.full-details dd {
		width:			100%;
	}

	.full-details dt {
		border-bottom:		none;
		padding-bottom:		0;
	}

	.full-details dd {
		padding-top:		0;
	}
}

/*
 * Tablet
 */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.full-details-group {
		width:			100%;
	}
}

/*
 * Small desktop
 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
