html,body {
	overflow: hidden;
}

.main {
    padding: 2em;
    color: black;
}
.view {
	display: none;
	width: 100%;
	height: calc(100% - 59px);
	top: 60px;
	left: 0;
	right: 0;
	bottom: -59px;
	border: 0;
	position: absolute;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 3, 2015 */

@font-face {
    font-family: 'anke_calligraphic_fgregular';
    src: url('ankecallig-fg-webfont.eot');
    src: url('ankecallig-fg-webfont.eot?#iefix') format('embedded-opentype'),
         url('ankecallig-fg-webfont.woff2') format('woff2'),
         url('ankecallig-fg-webfont.woff') format('woff'),
         url('ankecallig-fg-webfont.ttf') format('truetype'),
         url('ankecallig-fg-webfont.svg#anke_calligraphic_fgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.anke {
	font-family: 'anke_calligraphic_fgregular';
}

/* other styles */
#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading p {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}