html, body, h1, h2, h3, p, blockquote, button{
	margin: 0;
	padding: 0;
}

button{
	background: none;
	border: none;
	cursor: pointer;
}

button:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}