.comment {
	color: #333;
}
.comments .avatar {
	width: auto;
}
.comment .body a,
.comment .body .time,
.comment .body .reply {
	text-decoration: none;
}
.comment .body a:hover,
.comment .body .time:hover,
.comment .body .reply:hover {
  color: rgba(148, 193, 31, 1);
  text-decoration: none;
}	
.comment .body .author:hover {
	color: #262626;
}		
.comment .body .author {
	display:inline;
	margin-top: 0;
	padding-bottom: 0;
	font-family: 'Architects Daughter', cursive;		  
	font-weight: 400;
	font-size: 22px;  
}
.comments .postbox .btn,
.comments .postbox .btn-primary {
	width: auto;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	float: right;
	background-color: #36bfc4;
	margin-top: 5px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;	
}
.comments .postbox .btn.cancel {
	background-color: #ACACAC;
	text-transform: none;
}
.comments .postbox .btn:hover,
.comments .postbox .btn-primary:hover {
	background-color: #3a3a3a;
	color: #fff;
}
