@import "comments.css";

.big_btn {
	margin         : 5px 0;
	width          : 100%;
	height         : 40px;
	line-height    : 40px;
	text-align     : center;
	font-family    : 'Roboto Slab', Tahoma, sans-serif;
	font-weight    : 300;
	border         : 0;
	background     : #9b9b9b;
	color          : #fff;
	text-transform : uppercase;
	font-size      : 15px;
}

.big_btn:hover { background : #f58220; cursor : pointer; }

a.big_btn:visited { color : #fff !important; }