@charset "UTF-8";
/* CSS Document */

#rate_story
{
	text-align: left;
	width: 600px;
	margin: 20px auto;
}

#profile_name
{
	font-size: 32px;
}

#profile_name a
{
	color: #201e1a;
}

#story_text_content 
{
	font-size: 14px;
	color: #514b3e;
	margin-top: 20px;
	line-height: 22px;
	overflow: auto;
	max-height: 300px;
}

#story_text_content_wrapper
{
	position: relative;
}

#story_text
{
	margin: 0 70px;
}

#quote_start, #quote_end
{
	position: absolute;
}

#quote_end
{
	bottom: 0;
	right: -70px;
}

#quote_start
{
	top: 0;
	left: -70px;
}

.large_story_percentage {
	line-height: 28px;
	font-size: 28px;
	position: absolute;
	top: 15px;
	right: 20px;
}

.large_story_percentage img {
	vertical-align: -6px;
	margin-right: 5px;
}

.likes {
	font-size: 14px;
	color: #514b3e;
	padding-left: 8px;
	vertical-align: 5px;
}

#story_vote
{
	text-align:center;
	margin-top: 20px;
}

.story_already_voted
{
	font-size: 22px;
	color: #706555;
	text-align: center;
}
