#divReaderActivator {
    border-radius: 53px;
}
.meetings .divMpcItemDescriptionWrp a{
	display:none;
}
.meetingand-agenda.content-item > div:nth-child(2){
	width:100%;
	float:left;
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #efefef;
}
.meetingand-agenda.content-item > div:nth-child(2) a:after{

}
.meetingand-agenda.content-item > div:nth-child(2) a{	
	display:block;
	padding:8px 20px;
	border:2px solid #5d7384 !important;
	background:#c0c0c0 !important;
	margin-top:20px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-align:center;
	float:left;
	margin-right:20px;
	font-size:14px !important;
	color:#ffffff !important;
}
.meetingand-agenda.content-item > div:nth-child(2) p{
	display:inline-block;
	float:left;
	width:100%
}
.meetingand-agenda.content-item > div:nth-child(2) a:hover{
	color:#5d7384 !important;
	background: #FFFFFF !important;
	text-decoration:none;
}
.meetingand-agenda.content-item > div:nth-child(2) a:before {
	content:"Additional Documents";
	width:100%;
	cursor: default;
	float:left;
	font-size:20px;
	position:absolute;
	top:0;
	left:0;
	color:#000000;
	text-align:left;
    }

.meetingand-agenda.content-item > div:nth-child(2) a:hover:before {
	color:#000000;
    }

   .home .divNewsTextWrp{
    	display:none;
    }
    .home .mainBlogDetail{
    	min-height:40px !important;
    }
    .home .divPageGalleryItemWrp{
    	display: inline-block;
    	margin:0 auto;
    }
