* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-repeat: no-repeat;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol, ul {
	list-style: none;
}

table {
	border-spacing: 0;
}

body {
	position: relative;
}

.inside {
	position: relative;
	text-align: left;
}

.block {
	overflow: hidden;
}

header, footer, nav, section, aside, article, figure, figcaption {
	display: block;
}

p {
	margin-bottom: 15px;
	word-wrap: break-word;
}