.button
	{
		position: relative;
		top: -17px;
		display: flex;
		justify-content: center;
	}

.button .text
	{
		background-color: rgba( 74, 88, 80, 1 );
		color: rgba( 255, 255, 255, 1 );
		padding: 0px 20px;
	}