.wds-button {
	background-color: #088488;
	border-color: #088488;
	color: rgba(255, 255, 255, 1);
	align-items: center;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	box-sizing: content-box;
	cursor: default;
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	justify-content: center;
	letter-spacing: .15px;
	line-height: 16px;
	margin: 0;
	min-height: 18px;
	outline: none;
	padding: 7px 18px;
	text-decoration: none;
	text-transform: uppercase;
	transition-duration: 300ms;
	transition-property: background-color, border-color, color;
	vertical-align: top;
	-webkit-appearance: none
}

.wds-button:focus:not(:disabled), .wds-button:hover:not(:disabled), .wds-button:active, .wds-button.wds-is-active {
	background-color: #47ddff;
	border-color: #47ddff
}

.wds-button:hover, .wds-button:hover:not(:disabled), .wds-button:focus, .wds-button:focus:not(:disabled), .wds-button:active, .wds-button:active:not(:disabled) {
	background-color: hsl(181.875, 88.8888888889%, 22.5882352941%);
	;
	border-color: hsl(181.875, 88.8888888889%, 22.5882352941%);
}

button.wds-button, a.wds-button {
	cursor: pointer
}

.wds-button:focus:not(:disabled), .wds-button:hover:not(:disabled), .wds-button:active, .wds-button.wds-is-active {
	text-decoration: none
}

button.wds-button span {
	vertical-align: middle
}