
@charset "UTF-8";

.base-button {
	border: 0px;
	background: #434342;
	color: #fff;
	padding: 8px 10px 8px 10px;
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	margin-top: 5px;
	-webkit-transition: background .5s;
	transition: background .5s;
}

.base-button:hover {
	cursor: pointer;
	background: #959595;
}
