/*
 * Base structure
 */

html,
body {
	height: 100%;
}

.top-container {
	width: auto;
	height: auto;
	padding-left: 15px; padding-right: 15px;
	padding-top: 5px; padding-bottom: 5px;
}

/*
 * Element Alignments
 */
.absolute-center {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.absolute-center.is-responsive {
    max-width: 600px;
    max-height: 230px;
    padding: 40px;
}