*, *:before, *:after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
}
b {
	font-weight: 500;
}
.full-height {
	height: 100%;
}
.full-width {
	width: 100%;
}
.stretch {
	height: 100%;
	width: 100%;
}
.paper-1 {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
}
.paper-2 {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
}
.paper-3 {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
}
.paper-4 {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22) !important;
}
.paper-5 {
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22) !important;
}
.md-18 {
	font-size: 18px;
}
.info {
	font-size: 12px;
}
.info p {
	line-height: 1.5;
	white-space: nowrap;
	color: #555555;
}
.info p label {
	color: #333333;
	font-weight: 500;
	width: 110px;
	display: inline-block;
}
