#commentform button,
.pagination a{
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #131313;
	border-width: 1px 1px 5px;
	font-weight: 600;
}
.to-review,
.form-submit{
	text-align: center;
}
.to-review{
	margin: 45px;
}
.to-review a{
	border: 1px solid #131313;
	border-width: 1px 1px 5px;
	display: inline-block;
	font-weight: 600;
	padding: 5px 15px;
}
.commentlist li{
	margin-bottom: 25px;
}
.commentlist .comment-meta{
	border-bottom: 1px solid #131313;
	margin-bottom: 15px;
	padding: 5px;
}
.page-nav-prev{
	margin-bottom: 25px;
}
.form-submit{
	margin-top: 25px;
}
#comments label{
	border-bottom: 1px solid #131313;
	display: block;
	margin-bottom: 15px;
}
#comments textarea,
#comments input{
	width: 100%;
	max-width: 450px;
}
#comments textarea{
	resize: none;
}
.page-nav-next,
.page-nav-prev{
	display: inline-block;
}
.page-nav-next a,
.page-nav-prev a{
	border: 1px solid #131313;
	border-width: 1px 1px 5px;
	font-weight: 600;
	display: inline-block;
	padding: 5px 15px;
}