.examDates {
	margin-bottom:20px !important;	
}
.ops .glyphicon, .wealth .glyphicon, .cap .glyphicon, .fp .glyphicon,.risk .glyphicon {
	color:#ffffff;
}	

.withdrawn {
	bottom: 0px;
    background: #1b9ce2;
    color: #fff;
    padding: 20px;
    font-weight: 500;
    font-size: 15px;
    position: fixed;
    z-index: 2147483647 !important;
    text-align: center;
	width:100%;
}

.wealth {
	background:#8a2842;
	color:#ffffff !important;
	padding:10px 20px;
	display:inline-block;
	margin-bottom:10px;
	margin-right:10px;
	transition:all 0.25s ease 0s;	
}
.wealth:hover {
	background:#a03753;
	cursor:pointer;
}
.cap {
	background:#334e9e;	
	color:#ffffff !important;
	padding:10px 20px;
	display:inline-block;
	margin-bottom:10px;
		margin-right:10px;
	transition:all 0.25s ease 0s;	
}
.cap:hover {
	background:#233e8b;
	cursor:pointer;
}
.risk {
	background:#6661ab;	
	color:#ffffff !important;
	padding:10px 20px;
	display:inline-block;
	margin-bottom:10px;
		margin-right:10px;
	transition:all 0.25s ease 0s;	
}
.risk:hover {
	background:#4f499d;
	cursor:pointer;
}
.ops {
	background:#e12e26;	
	color:#ffffff !important;
	padding:10px 20px;
	display:inline-block;
	margin-bottom:10px;
		margin-right:10px;
	transition:all 0.25s ease 0s;	
}
.ops:hover {
	background:#ff3128;
	cursor:pointer;
}
.fp {
	background:#026f76;
	color:#ffffff !important;
	padding:10px 20px;
	display:inline-block;
	margin-bottom:10px;
		margin-right:10px;
	transition:all 0.25s ease 0s;	
}
.fp:hover {
	background:#20c4ce;
	cursor:pointer;
}