.card-header {
	/* background-color: #FFFFFF; */
}

.text-indent {
	text-indent: 2em;

}

.content-p {
	line-height: 2;
}

.rectuit-container {
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.rectuit-container .rectuit-title {
	font-size: 18px !important;
	line-height: 24px;
	margin-bottom: 10px;
	/* margin: 0px 0px 10px; */
	color: #222831 !important;
}

.rectuit-container .status {
	font-size: 14px;
	line-height: 20px;
	/* color: #a2a4a8; */
	color: #7f889a;
}

.rectuit-container .status .status-item {
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #b8b8c1;
}

.rectuit-container .locations {
	margin-top: 10px;
	white-space: pre;
	color: #575d6a;
	font-size: 14px;
}

.rectuit-body-content {
	padding: 0 30px;
	font-size: 16px;
	margin-top: 5px;
}

.rectuit-body-title {
	display: -webkit-box;
	display: -webkit-flex;
	/* display: -moz-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	/* -moz-box-pack: justify;
			    -ms-flex-pack: justify; */
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	/* -moz-box-align: center;
			    -ms-flex-align: center; */
	align-items: center;
	margin-bottom: 19px;
	color: #222831;
	font-size: 18px;
}

.rectuit-hr {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	/* -moz-box-flex: 1; */
	/* -ms-flex-positive: 1; */
	flex-grow: 1;
	margin-left: 12px;
	height: 1px;
	background-color: #f4f4f5;
}

.rectuit-info-container {
	height: 50px;
	border-bottom: 1px solid #f4f4f5;
}
