@charset "ISO-8859-1";

.post-entry {
      		border-top: 0;
      		padding-top: 0;
      		margin-top: 0;
      		text-align: justify;
      	}
.descriptionHeadline {
      		margin-top: 30px;
      	}
.mt-10 {
    		margin-top: 5px !important;
		}
.customSection {
			padding-top: 15px;
		}
.linkColorChange {
	content: "\00BB";
	color: #666666;
}
		

/* Media Queries starts */
@media screen and (max-width: 991px) {
#right-side-div {
	width: 100%;
    margin-left: 0;
}
}

@media screen and (max-width: 767px) {
.module-title {
	margin-bottom: 0;
}
}

/* Media Queries ends */