.insidetextbox{
	background: rgb(255,255,255);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
		margin: 5px;
	-webkit-transition: max-height 1s linear; /* For Safari 3.1 to 6.0 */
	transition: max-height 1s linear;
	
}
.singlecomcont{
	padding: 5px 10px;
	text-align: left;
	font-weight: 600;
}
.hidecomments{
	display:none;
}
.commentcontainer{
	position: relative;
	padding-bottom: 4px;
	text-align: center;
}
.sendc{
	display:inline-block;
	margin: 4px;
}
.backflag{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	/*width: 100%;
	height: 100%;*/
	opacity: 0.1;
	z-index: 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	        background: white;
}
.commenttext{
	position: absolute;
width: 100%;
height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	        background: transparent;
	z-index: 1;
	border: 1px solid #ccc;
}
.conttext{
	width: auto;
	display: block;
	height: 70px;
margin: 4px;
position: relative;
	        background: white;
}
.flagen{
	background-image: url('../images/english.jpg');	
}
.flages{
	background-image: url('../images/spanish.jpg');	
}
.flagfr{
	background-image: url('../images/french.jpg');	
}
.flagde{
	background-image: url('../images/german.jpg');	
}
.commentflag{
	width: 20px;
	min-height: 20px;
	background-size: 100%;
	background-repeat:no-repeat;
	background-position:center;
	font-size: 14px;
	font-weight: 800;
	color: white;
text-shadow: -1px 0 black, 0 1px black,
      1px 0 black, 0 -1px black	
}
.flagbox .miniflag{
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	text-align:center;
}
span.intlink{
	
	color:#fff;
	padding:2px 5px 4px;
	border-radius:5px;
}
span.intlink a
{
	color:#d80000;
	font-weight:600;
	text-decoration:underline;
}
.marger{
	margin-top: 30px;
	margin-bottom: 3px;
	margin-right: 25px;
	font-size: 24px;
}
.titlebox{
	text-align: left;
	position: relative;
	padding:5px 10px;
	font-weight: 600;
}




#textbody5 .intlink{
	margin-bottom:10px;
}
#textbody6 .intlink{
	margin-top:10px;
}
#textbody23 .intlink{
	margin-top:10px;
}