table {
	border-spacing: 0px;
	
	td{
		vertical-align:top;
	}
}
.black-line {
	width: 100%;
	height: 30px;
	background: #000;
}
.block-comments {
	width: 620px;
	margin:  30px auto;
	font-family: Futura;
	font-size: 15px;
	line-height: 17px;
	padding-bottom: 4px;
	text-align: left;
	
	.tool-tip {
		color: #ccc;
		font-size: 13px;
		margin-top: 4px;
	}
}
.comments-count {
	text-align: center;
	font-family: Futura !important;
	font-size: 30px !important;
	letter-spacing: 7px !important;
	font-weight: bold;
	text-transform: uppercase;
	margin: 90px 0 60px 0 !important;
}
.comment-author{
	img{
		width:50px !important;
		height:50px !important;
	}
	.user-name {
		display: inline-block;
		font-size: 20px !important;
		color: #000;
		text-decoration: none;
		margin-top: 10px;
	}
	.date {
		font-family: Octava;
		font-size: 12px;
	}
}

.block {
/*	padding: 4px 4px 0 4px;*/
}

.comment-body{
	overflow:hidden;
	font-family: Octava;
	font-size: 16px;
	line-height:19px;
	margin-top: 15px;
	
	p {
		margin: auto !important;
	}
}
.comment.deletable>.comment-footer .delete{
	display:inline;
}
.comment-footer{
	text-align:right;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	height: 20px;
	
	.reply, .delete {
		display: none;
		text-decoration:underline;
		text-transform: uppercase;
		color: #1c88bc;
		cursor:pointer;
		position: relative;
		font-size: 14px;
		top: 9px;
		left: 3px;
		background: #fff;
		padding: 0 10px 0 10px;
	}
	.delete {
		margin-right: -3px;
	}
	.reply:hover, .delete:hover {
		color: #f2385a;
	}
}
.answer {
	position: relative;
	border: 1px solid #222;
	box-shadow: inset 1px 1px 7px rgba(0,0,0,0.23);
	border-radius: 1px;
	
	.button {
		text-decoration:underline;
		text-transform: uppercase;
		color: #1c88bc;
		cursor:pointer;
		font-size: 13px;
		padding: 0 15px 0 15px;
		cursor: pointer;
	}
	.user-name {
		display: inline-block;
		font-size: 30px !important;
		color: #000;
		text-decoration: none;
		margin-top: 20px;
	}
	#comment-logout {
		display: inline-block;
		margin-top: 20px;
	}
	.dn {
		display: none;
	}
}
.answer .text-field {
	padding: 10px;
	height: 140px;
	overflow: hidden;
}
.answer textarea {
	border: none;
	background: none;
	font-family: Ocatava;
	font-size: 16px;
	line-height: 19px;
	height: 180px !important;
}
.answer input {
	padding: 3px;
	width: 30px;
	text-align: center;
}
.answer textarea {
	width: 100%;
	height: 60px;
}
.answer button {
	width: 100%;
	height: 100%;
	font-size: 21px;
}
.answer textarea:focus, .answer input:focus {
	outline: none;
	border-color: #aaa;
}


.comment {
	.comment {
		padding: 0 0 0 80px;
	}
	.answer {
		margin-left: 80px;
		margin-bottom: 30px;
		
		.text-field {
			height: 60px;
		}
	}
}

.comment .comment .comment .comment .comment {
	padding: 0 0 0 0px !important;
}

.block.user {
	border-bottom: 1px solid #c1c1c1;
	
	img {
		display: block;
	}
}
.block.ans {
	text-align: right;
	padding: 20px 0;
}
.block.user:empty {
	display: none;
}
.empty {
	height: 30px;
}
.ulogin {
	display: none;
	background: #fff;
	position: absolute;
	right: 0px;
	margin-top: -25px;
	z-index: 100;
}
.ulogin {
	background: #000;
	#ulogin {
		background: #000;
	}
}