/* CSS Document */

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/plugins/simple-pre-loader/images/loader-64x/Preloader_1.gif) center no-repeat #fff;
}



.commentContent h2 {
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
}
.commentContent h3 {
  text-transform: lowercase;
}
.commentContent .commentPara {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 3rem;
}
.commentContent .commentPara a {
  text-transform: lowercase;
}
.commentContent .commentPara a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.commentContent  a,
.commentContent  a .commentImage {
  display: inline !important;
  width: auto;
}