/* For View Selected Article  page */

.leftContentHeightPadding {
	height: 560px!important;
}

.articlePhotoRight {
	float: right;
	border: none;
	/* border: 1px solid transparent; */
	margin: 10px 10px 0px 5px;
}
.articlePhotoLeft {
	float: left;
	border: none;
	margin: 0px 5px 0px 0px;
}
p {
	border: 1px dotted silver;
}
.articleLowerPadding {
	width: 100%;
	font-size: 0.8em;
	color: lightslategray;
}
.articleLowerPadding a {
	color: darkslategray;
}

/* For view comments */
.commentsContainer {
	width: 100%;
	background: palegoldenrod;
	padding: 5px 0px;
	margin: 5px 0px;
	font-size: 0.9em;
}
.yourCommentsHeading {
	width: 80%;
	margin-bottom: 5px;
	text-decoration: underline;
	float: left;
	/* background: silver; */
}
.addCommentPadding {
	/* background: gray; */
	width: 10%;
}
.addCommentLink {
	float: right;
	/* background: gray; */
	width: 9%;
	font-size: 0.8em;
	position: relative;
	top: 2px;
	text-align: right;
	padding-right: 2px;
}
.commentLine {
	background: lightgoldenrodyellow;
	margin-bottom: 5px;
	width: 100%;
}
.commentNumber {
	margin: 0px 5px;
	color: lightslategray;
}
.commentTitle {
	/* font-weight: bold; */
	color: lightslategray;
	text-decoration: underline;
}
.postedNotice {
	clear: left;
	margin: 0px 5px;
	color: lightslategray;
}
.commentModifiedDate {
	
	color: lightslategray;
}
.byNotice {
	margin-left: 5px;
	color: lightslategray;
}
.commentAuthor {
	/* font-weight: bold; */
	margin-left: 5px;
	color: darkslategray;
}
.commentContent {
	width: 100%;
	clear: left;
	margin: 5px 5px;
	text-align: left;
	
}

/* For add comments */
.addCommentContainer {
	width: 100%;
	background: palegoldenrod;
	padding: 5px 0px;
	margin-top: 5px;
}
.addCommentHeadingContainer {
	width: 60%;
	text-align: center;
	text-decoration: underline;
	padding-bottom: 5px;
}
.viewCommentsPaddingLower {
	width: 20%;
}
.viewCommentsLinkLower {
	width: 19%;
	float: right;
	font-size: 0.8em;
	position: relative;
	top: 2px;
	text-align: right;
	padding-right: 2px;
}
.addCommentTitleContainer {
	width: 100%;
	text-align: center;
	
}
.addCommentCommentContainer {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}
.addCommentEmailContainer {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}
.addCommentAuthorContainer {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}
.addCommentWebsiteContainer {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}
.addCommentSubmitContainer {
	width: 100%;
	text-align: center;
}
.submitComment {
	margin-right: 75px;
}
.cookiesNotice {
	font-size: 0.8em;
	color: lightslategray;
}



.keywords {
	/* visibility: hidden; */
	color: transparent;
	background: transparent;
	border: none;
}












