body, html {
    margin: 0;
    padding: 0;
	overflow-x: hidden;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	box-sizing: border-box;
}

main {
	margin-bottom: 64px;
}

.center-block-hz, main {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center-vertical {
	position: absolute;
	top:50%;
	transform: translate(0, -50%);
}
.center-horizontal, #home-layout {
	position: absolute;
	left:50%;
	transform: translate(-50%, 0);
}
.center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bottom {
	position: absolute;
	bottom: 0;
}

.no-padding {
	padding: 0;
}
.no-margin 
{
	margin: 0;
}

.float-left
{
	float:left;
}

.pageblock p,.pageblock h1,.pageblock h2,.pageblock h3,.pageblock h4,.pageblock h5
{
	margin: 16px;
}

.pageblock
{
	color: white;
	overflow: auto;
	margin:16px 16px 16px 16px;
	padding: 16px;
}

.pageblock img, .pageblock video
{
	margin: 16px;
	max-width: 95%;
}

.pageblock a:link
{
	color: white;
	font-weight: bold;
}

.pageblock a:visited
{
	color: #CCF;
}

.rounded
{
	border-radius: 12px;
}

.bordered:not(:fullscreen),.pageblock
{
	border-style: solid;
	border-image: url('/assets/graphics/9-slice-border.png') 16 fill / 16px 16px 16px 16px / 0 repeat;
	box-sizing: border-box;
}