.type-button ul>li>a {
	font-size: 1.05rem;
	letter-spacing: 1px;
	line-height: 1.8;
	border: 1px solid #00796b;
	background-color: transparent;
	color: #00796b;
	float: left;
	padding: 5px;
	margin: 0 10px 10px 0;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}

.type-button ul>li>a:hover, .type-button ul>li.active>a {
	outline: medium none;
	background: #00796b;
	color: #fff;
}

.table p {
	font-size: inherit;
	white-space: nowrap;
	margin: 0
}

.table a {
	letter-spacing: 2.5px;
	color: #262626
}

.table a:hover {
	color: #00796b
}