.eric_story_tip_comments_table {
	width: 100%;
	border-collapse: collapse;
	position: relative;
}

.eric_story_tip_comments_table tr > td {
	padding: 0.3em;
	vertical-align: top;
}

.eric_story_tip_comments_table tr:nth-child(even) > td {
	background-color: #ddd;
	background-color: rgba(208, 208, 208, 0.5);
}

.eric_story_tip_comments_table tr:last-child > td {
	background-color: transparent;
}

.eric_story_tip_comments_table tr:first-child > td {
	font-weight: bold;
}

.eric_story_tip_comments_paging {
	float: right;
}

.eric_story_tips_email_div {
        display: block;
	position: absolute;
        right: 0px;
	bottom: 5px;
}

.eric_story_tips_response_message {
	font-weight: bold;
	color: red;
}

.eric_story_tips_default_email_div {
	display: inline-block;
	margin-left: 2em;
}

@media (max-width: 1200px) {
	.eric_story_tips_email_div {
		position: relative;
		padding-top: 1em;
	}
}
