#fdn-comments
{
	margin-top: 20px;
	font-size: 14px;
	color: #111;
}

#fdn-comments .fdn-comments-rating,
#fdn-comments .fdn-comments-count
{
	display: inline-block;
}

#fdn-comments .fdn-comments-count
{
	position: relative;
	top: -5px;
}

#fdn-comments .fdn-comments-rating-background,
#fdn-comments .fdn-comments-rating-foreground
{
	height: 22px;
	width: 110px;
	background: url( '/local/components/foodinni/comments/templates/.default/img/stars.png' ) repeat-x;
}

#fdn-comments .fdn-comments-rating-foreground
{
	background-position: 0 -22px;
}

#fdn-comments .fdn-comments-stats
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#fdn-comments .fdn-comments-stat
{
	margin-bottom: 10px;
	padding: 1px 5px;
	cursor: pointer;
	position: relative;
}

#fdn-comments .fdn-comments-stat-only-rating
{
	position: absolute;
    left: 30px;
    top: -22px;
    background-color: #3746ff;
    color: #fff;
    width: 270px;
    padding: 2px 6px;
	display: none;
	transition: display 0.3s;
	z-index: 1;
}

#fdn-comments .fdn-comments-stat:hover
{
	padding: 0 4px;
	border: 1px solid #ddd;
}

#fdn-comments .fdn-comments-stat.active
{
	padding: 0 4px;
	border: 1px solid #ccc;
}

#fdn-comments .fdn-comments-stat:hover .fdn-comments-stat-only-rating
{
	display: block;
}

#fdn-comments .fdn-comments-stat-title,
#fdn-comments .fdn-comments-stat-line,
#fdn-comments .fdn-comments-stat-count
{
	display: inline-block;
}

#fdn-comments .fdn-comments-stat-title
{
	width: 100px;
}

#fdn-comments .fdn-comments-stat-line
{
	width: 200px;
	height: 10px;
	border: 1px solid #3746ff;
	background-color: #fff;
	margin-right: 20px;
}

#fdn-comments .fdn-comments-stat-line-fill
{
	background-color: #3746ff;
	height: 9px;
}

#fdn-comments .fdn-comments-button
{
	margin-top: 20px;
}

#fdn-comments .fdn-comments-button a
{
	background-color: #3746ff;
	color: #fff;
	text-decoration: none;
	padding: 20px 40px;
	bottom: 52px;
	font-weight: bold;
}

#fdn-comments .fdn-comments-button a:hover
{
	background-color: #5FC800;
}

#fdn-comments .fdn-comment
{
	margin-bottom: 30px;
	border-bottom: 1px solid #3746ff;
	padding-bottom: 20px;
}

#fdn-comments .fdn-comment.hidden
{
	display: none;
}

#fdn-comments .fdn-comment-left
{
	display: inline-block;
	width: 50px;
	vertical-align: top;
}

#fdn-comments .fdn-comment-left > div
{
	width: 50px;
	height: 50px;
	background-color: #f7f7f7;
	border: 2px solid #3746ff;
	color: #5FC800;
	text-align: center;
	border-radius: 30px;
	font-weight: bold;
	overflow: hidden;
}

#fdn-comments .fdn-comment-left .fdn-comment-userletter span
{
	position: relative;
	top: 9px;
	font-size: 18px;
}

#fdn-comments .fdn-comment-right
{
	display: inline-block;
	margin-left: 20px;
	width: calc( 100% - 80px );
}

#fdn-comments .fdn-comment-header
{
	margin-bottom: 14px;
}

#fdn-comments .fdn-comment-name
{
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	color: #3746ff;
}

#fdn-comments .fdn-comment-date
{
	font-weight: bold;
	display: inline-block;
	color: #aaa;
	font-size: 12px;
	margin-left: 20px;
}


#fdn-comments .fdn-comment-rating
{
	margin-bottom: 15px;
}

#fdn-comments .fdn-comment-rating-background,
#fdn-comments .fdn-comment-rating-foreground
{
	height: 22px;
	width: 110px;
	background: url( '/local/components/foodinni/comments/templates/.default/img/stars.png' ) repeat-x;
}

#fdn-comments .fdn-comment-rating-foreground
{
	background-position: 0 -22px;
}

#fdn-comments .fdn-comments-form
{
	margin-top: 20px;
}

#fdn-comments .fdn-comments-form-title
{
	margin-bottom: 30px;
	font-size: 20px;
}

#fdn-comments .fdn-comments-form-item
{
	margin-bottom: 20px;
}

#fdn-comments .fdn-comments-form-item > label
{
	width: 100px;
	display: inline-block;
	vertical-align: top;
}

#fdn-comments .fdn-comments-form-item > input,
#fdn-comments .fdn-comments-form-item > textarea
{
	width: 275px;
	padding: 5px 10px;
	resize: none;
	border: 1px solid #3746ff;
	font-size: 14px;
}

#fdn-comments .fdn-comments-form-item > textarea
{
	height: 100px;
}

#fdn-comments-form .fdn-comments-form-rating
{
	display: inline-block;
	border: 1px solid #fff;
	padding: 2px;
}

#fdn-comments-form .fdn-comments-form-rating-star
{
	display: inline-block;
	height: 22px;
	width: 22px;
	background: url( '/local/components/foodinni/comments/templates/.default/img/stars.png' ) repeat-x;
	cursor: pointer;
}

#fdn-comments .fdn-comments-form-item .fdn-comments-button
{
	margin-left: 104px;
	margin-top: 30px;
}

#fdn-comments .fdn-comments-form-item .fdn-comments-button a
{
	bottom: 0;
}

#hidden-frame
{
	width: 0;
	height: 0;
	display: none;
}

#fdn-comments-show-more-comments
{
	background-color: #3746ff;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    position: relative;
	margin-bottom: 30px;
	display: inline-block;
}

#fdn-comments-show-more-comments:hover
{
	background-color: #5FC800;
}

.fdn-comment-answer
{
	background-color: #F6F6F6;
    margin-top: 20px;
    padding: 10px 20px;
}


@media screen and (max-width: 700px)
{
	#fdn-comments .fdn-comments-stats
	{
		display: block;
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 427px)
{
	#fdn-comments .fdn-comments-button,
	#fdn-comments .fdn-comments-form-item .fdn-comments-button
	{
		margin-left: 0;
	}
}