* {
	box-sizing: border-box;
	user-select: none; /* Standard */
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
}

body {
	margin: 0;
	padding: 0;
}

p, a, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
p, a, h1, h2, h3, h4, h5, h6, button, input, textarea, label, ul, ol, li, table, th, td {
	font-family: sans-serif;
}
a {
	text-decoration: none;
	color: #000000;
}
ul {
	list-style: none;
	padding-left: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	padding: 0;
}
input {
	border: none;
}
textarea {
	vertical-align: top;
	border: none;
	resize: none;
}
input, select, option, textarea {
	border: none;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none !important
}