@charset "utf-8";
/* CSS Document */

    .card-block2 {
        border:1px solid #cccccc!important;
		border-radius: 5px;
        margin-bottom:30px;
        height: 122px;
		box-shadow: none!important;
		width: 100%!important;
    }
.card-body2{height: 100px;}
    .card-date2 {font-size:12px;color:#0876aa; margin-top:15px;}
    .card-title2 {font-size:16px; font-weight:bold; height:45px; overflow-y:hidden;}
    .btn-owner2 {border-radius:5px; background-color:#414042; color:#fff; padding: 4px 25px }
    .btn-owner2:hover, .btn-owner:active {background-color: #0076A9; color: #fff;}
    .btn-owner2:visited {color: #fff !important;}

.member-heading{
	font-size: 18px;
	color: white;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	background-color: #0076a9;
	padding: 20px 0px;
}

@media(min-width:768px) {
	
	.member-heading{
		font-size: 30px;
	}
	
}