/* comment.css */

.comments{
	border-color: gray;

	border-style: solid;

	border-width: 1px;

	overflow: scroll;

	width: 500px;
	height: 160px;

	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.comments p{
	margin-top: 0px;
	margin-bottom: 0px;

	height: auto;
	width: auto;
	padding: 10px 0px 0px 10px;
}

.comment{
	color: black;

	border-style: solid;
	border-color: #aaffff;
	border-width: 0 0 0 1px;

	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

.posted{

	background-color: #eeeeee;
}