/**
 * These styles are only here to make the demo page prettier,
 * not used by zoom.js itself.
 */

html, body {
	font-family: 'Lato', Times, 'Times New Roman', serif;
	font-size: 16px;
	color: #eee;
}

html {
	background: #323232;
}

body {
	margin: 0;
}


a {
	color: cyan;
}

em {
	font-style: italic;
}

.page-header,
.page-body {
}

.page-header {
	background: rgba(0, 0, 0, 0.2);
	font-size: 20px;
	line-height: 1.4;
}

.page-header div {
	margin-top: 15px;
}

.page-body {
}

.page-body p {
}

.page-body h2 {
}

body, html {
  height: 100%;
    overflow: auto;
  min-height: 100%;
  overflow:hidden;
  margin: 0;
}

.container 
{
	
  height: 100%;
  margin: 0;}