.user-card-full { overflow: hidden;	}	 
.card {	 
 border-radius: 5px;	 
 -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);	 
 box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);	 
 border: none;	 
 margin-bottom: 30px;	 
}	 
.card p { font-size: 1rem; } 	 
.m-r-0 { margin-right: 0px;	}	 
.m-l-0 { margin-left: 0px; }	 
.user-card-full .user-profile {	border-radius: 5px 0 0 5px;	}	 
.bg-c-lite-blue {	 
 background: -webkit-gradient(linear, left top, right top, from(#54657a), to(#233954));	 
 background: linear-gradient(to right, #233954, #54657a );	 
}	 
.bg-c-lite-orange {	 
 background: -webkit-gradient(linear, left top, right top, from(#ed8133), to(#cc4e0b));	 
 background: linear-gradient(to right, #cc4e0b, #ed8133 );	 
}	 	 
.card-block { padding-top: 0.8rem; }	 
.m-b-25 { margin-bottom: 25px;}	 
.img-radius { border-radius: 5px; }	 	 
p.h6 { font-size: 1.25rem; }	 
/* .card .card-block p { line-height: 2em;	}	  */
.b-b-default { border-bottom: 1px solid #e0e0e0; }	 
.m-b-20 { margin-bottom: 20px; }	 
.p-b-5 { padding-bottom: 5px !important; }	 
.card .card-block p { margin-bottom: 0; }	 
.m-b-10 { margin-bottom: 10px; }	 
.text-muted { color: #6D7783 !important; }	 
.b-b-default { border-bottom: 1px solid #e0e0e0; }	 
.f-w-600 { font-weight: 600; }	 
.m-b-20 { margin-bottom: 20px; }	 
.m-t-40 { margin-top: 20px;	}	 
.p-b-5 { padding-bottom: 5px !important; }	 
.m-b-10 { margin-bottom: 10px; }	 
.m-t-40 { margin-top: 20px;	}	 
.user-card-full .social-link li { display: inline-block; }	 
.user-card-full .social-link li a {	 
 font-size: 20px;	 
 margin: 0 10px 0 0;	 
 -webkit-transition: all 0.3s ease-in-out;	 
 transition: all 0.3s ease-in-out;	 
 }	 