
.vey-pill-button .pill {
	font-family: "proxima-soft", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	height: 30px;
	border-radius: 17px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.vey-pill-button:hover {
	transition: all .4s ease-in-out;
}

@media screen and (max-width: 426px) {
	.vey-pill-button .pill {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.vey-pill-button .solid-light-csi {
	border: .5px solid transparent;
	background-color: #ebfafa;
	color: #36cece;
}

.vey-pill-button .solid-light-csi:hover {
	box-shadow: 0 1px 0 0 #16b3b3;
	background-color: #36cece;
	color: #fff;
}
