
/* BEGIN SUMMARY OVERVIEW SPECIFIC*/
/**/
.title-container {
	display: flex;
	align-items: center;
	margin-bottom: 38px;
    margin-top: 20px;
}

.title-container h1 {
	margin: 0;
	margin-left: 16px;
}

.summary-overview h3 {
	margin-top: 30px;
    margin-bottom: 30px;	
}

.summary-overview .panel{
	margin-bottom: 32px;
}

.summary-overview .highlight {
	background-color: #E7b573 !important;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.summary-overview .highlight > td{
	padding-top: 13px;
	padding-bottom: 8px;
}
/**/
/* END SUMMARY OVERVIEW SPECIFIC*/
