@import url("main.css");

#showing {
	text-align: right;
}
.comment-block {
	margin-bottom: 10px;
}
.comment-block h4 {
	color: #fd0;
	font: bold italic 16px/16px "Times New Roman", Times, Roman, serif;
	padding: 2px 5px;
	border: 3px solid #740;
	border-width: 3px 0px;
	margin: 5px 0px 0px;
}
.comment-block .comment p {
	font: italic 14px/18px "Times New Roman", Times, Roman, serif;
}
.date {
	margin: 0px 0px 15px 5px;
}
.translator, .translator select {
	font-size: 11px;
}
.translator {
	text-align: right;
	margin: 20px 0px 10px;
}
.translator .button input {
	width: 30px;
	font-size: 11px;
}
#comment-navigation {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 20px 0px;
}
#comment-navigation a:visited {
	color: #ff6;
}
#comment-navigation a:hover {
	background: #ff6;
	color: #000;
	text-decoration: none;
}
