.c-button__group input {
		display: inline-block;
		border: #c9c9c9 1px solid;
		border-radius: 4px;
		outline: none;
		background: #000;
		text-indent: 0;
		color: #fff;
		font-size: 1.5em;
		text-align: center;
		text-decoration: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.c-button__group input:hover {
		background: #000;
		border: #c9c9c9 1px solid;
	}