button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a[class*="btn"],
a[class*="bttn"] {
	display: inline-block;
	margin: .6em 0;
	border: none;
	border-radius: 4px;
	padding: .6em 1.5em;
	background-color: #6B98F2;
	color: #fff;
	line-height: 1.6;
	text-decoration: none;
	cursor: pointer;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
[class*="btn"]:active,
[class*="btn"]:focus,
[class*="bttn"]:active,
[class*="bttn"]:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
[class*="btn"]:hover,
[class*="bttn"]:hover {
	text-decoration: none;
}

[data-modal],
[data-href] {
	cursor: pointer;
}