.card-list .card-head {
	background: #538cc6;
	color: #ffffff;	
	border-bottom: thick solid #538cc6;
	border-radius: 15px 15px 0 0;
	margin-top: 25px;
}

.card-list .card-head span {
	font-size: 2.25rem;
	color: white;
	padding: 8px;
	border: thick solid #ffffff;
	border-radius: 50%;
	margin-top: -50px;
}

.card-list .card-head h2 {
	font-size: 1.375rem;
	font-weight: bold;		
	margin-bottom: 8px;
	margin-top: 8px;
}

.card-list .card-body {
	background-color: #ffffff;
	padding: 10px;	
	border-left: thick solid #538cc6;
	border-right: thick solid #538cc6;
	border-bottom: thick solid #538cc6;
	border-radius: 0 0 15px 15px;	
	margin-bottom: 25px;		
	overflow: auto;
}

.card-list .card-body .card-text {	
	margin-top: 8px;	
	margin-bottom: 5px;
}

.card-list .card-row:hover {
	filter: drop-shadow(5px 5px 8px #bfbfbf);
}
	
.card-list .fa-check-circle {
	/*程序已完成isReviewed*/
	background-color: #53c68c;
}

.card-list .fa-exclamation-circle{
	/*程序尚未完成noReviewed*/
	background-color: #dc3545;
}

.card-list .fa-times-circle {
	/*程序有錯誤*/
	background-color: #ff704d;
}

.card-list .fa-info-circle {
	/*兵役表*/
	background-color: #9999ff;
}

.card-list .fa-arrow-circle-down {
	/*下載在學證明*/
	background-color: #33ccff;
}

.profile img {    
    height: 200px;
}

.profile .details {
    border-left: 5px solid #b09ba8;
}