.topic
{
	width: 100%;	
	height: inherit;
	min-height:250px;	
	float: left;	
	background: transparent;			
}

.topic-profile{
	width:30px;
	float: left;
	margin: 1%;
}

.topic-title{
	width: 100%;
	position: relative;
	float: left;
	height: auto;
	line-height: 20px;	
	font-weight: bolder;
	font-size:36px;
	text-align: justify;
	color: #717171;
	padding: 0;
	margin: 2% 0 0 0;
}

.topic-text{	
	position: relative;
	float: left;
	width: 100%;	
	line-height: 18px;
	text-align: left;
	color: #717171;
	padding: 0px;
	margin: 0px;
	font-size:30px;
}

.topic-title a{
	font-size: 0.391em;
	font-weight: bolder;
}

.topic-text a{
	font-size: 0.429em;
	font-weight:normal;
}

.topic-title a, .topic-text a{
	text-decoration:none;
	color: #717171;	
}

.topic-title a:hover, .topic-text a:hover{
	text-decoration:none;		
	color: #00b5f7;
}

.img{
	position:relative;
	float:left;
	width:100%;
	height:auto;	
	max-height: 369px;
	text-align:center;
}

.topic-img img{
	float:left;
	#width:100%;
	height:auto;	
}

.profile{
	width:100%;
	height:auto;
	float:left;
	border-bottom: 1px solid #e8e8e8;
	border-top: 0px solid #e8e8e8;
	border-left: 0px solid #e8e8e8;
	border-right: 0px solid #e8e8e8;
	padding: 1% 0 1% 0;
}

.profile-img{
	margin: 1% 2% 1% 1%;
	width:30px;
	height:30px;
	position: relative;
	float:left;
	clear:both;
}

.profile-img img{
	width:inherit;	
}

.n-msh-text{
	line-height: 16px;
	font-size: 16px;
	text-decoration: none;
	font-weight:normal;
	color:#58595B;
	width: 90%;
	margin-left:2%;
	text-align:left;
	float:left;
}

.response{
	width:93%;
	height:auto;
	display:block;
	margin: 1% 0 1% 0;	
	padding: 1% 0 1% 3%;
	float:left;
	background: #ffffff;
}

.gr-response{
	position:relative;
	float:left;
	width:30%;
	height:auto;
	margin: 0 0 1% 0;
}

.inp-response{
	position:relative;
	float:left;
	width: 70%;	
	height:25px;
	padding-left:1%;
}


.lbl-acc-active{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 10%;
	margin-left: 10px;
	color: #00b5f7;
	border-bottom: 2px solid #00b5f7;
}

.profile-displayname{
	float: left;
	height: 20px;
	font-size: 12px;
	text-align: justify;
	width: 100%;
	padding-right:2%;
	color:#717171;
	line-height: 30px;
}
