div.main-page {
	position: fixed;
	top: 45px;
	width: 100%;
	/*bottom: 0;*/
	height: calc(100% - 25px);
	background: white;
	/*box-shadow: 0px 0px 20px black;*/
	/*font-family: museo-slab, Georgia, "Times New Roman", Times, serif;*/
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: auto;
}

.page-body {
	background: #ccc;
}

/* DEFAULT THEME */

div.page-title {
	width: 100%;
	height: 170px;
	background-color: #eee;
	background: -webkit-linear-gradient(45deg, #eee, #ccc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(45deg, #eee, #ccc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(45deg, #eee, #ccc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(45deg, #eee, #ccc); /* Standard syntax */
	border-bottom: 2px solid #ccc;
	/*border-radius: 0 0 100px 100px;*/
	overflow: hidden;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

div.page-title-block {
	padding-top: 20px;
	margin-left: 100px;
}

span.page-title-text {
	font-size: 50pt;
	padding-top: 50px;
	line-height: 90px;
	color: #4a648e;
	font-weight: bold;
	text-shadow: 9px 8px 5px rgba(0, 0, 0, 0.2);
}

span.page-subtitle-text {
	font-size: 20pt;
	color: #666;
	margin-left: 20px;
}

div.page-title-logo {
	position: absolute;
	right: 50px;
	top: 40px;
	bottom: 50px;
	width: 200px;
	background: none;
}

div.page-content {
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 40px;
	/*margin-top: 250px;*/
	/*height: 100%;*/
	bottom: 0;
}

div.page h1 {
	font-size: 20pt;
	color: #3f4857;
	font-weight: bold;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

div.page h1:before {
	position: absolute;
	left: calc(10% - 40px);
	font-family: "FontAwesome";
	content: "\f054";
	font-size: 28pt;
	color: #8fa3c4;
}

div.page h2 {
	font-size: 22pt;
	color: #3f4857;
	font-weight: bold;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

div.clear {
	clear: both;
}

div.page {
	font-size: 12pt;
	/*line-height: 150%;*/
	color: #222;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*text-align: justify;*/
	/*text-justify: inter-word*/;
}

div.page h2:before {
	position: absolute;
	left: calc(10% - 30px);
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 22pt;
	color: #8fa3c4;
}

div.page p {
	font-size: 12pt;
	line-height: 150%;
	color: #222;
	/*font-family: Arial, Helvetica, sans-serif;*/
	text-align: justify;
	text-justify: inter-word;
	margin-bottom: 40px;
}

div.page-paragraph {
	font-size: 12pt;
	line-height: 150%;
	color: #222;
	/*font-family: Arial, Helvetica, sans-serif;*/
	text-align: justify;
	text-justify: inter-word;
	margin-bottom: 40px;
}

div.page-script-static {
	padding: 10px;
	margin-left: 50px;
	margin-bottom: 40px;
	width: 50%;
	min-width: 400px;
	-webkit-font-smoothing: antialiased;
	font: 14px/20px Roboto Mono,monospace;
	overflow: auto;
	white-space: pre;
}

div.page-script-live {
	position: relative;
	margin-left: 50px;
	margin-right: 50px;
	width: 50%;
	min-width: 400px;
	height: 160px;
	margin-bottom: 40px;
	overflow: visible;
}

div.page-script-live-box {
	box-shadow: 0 0 10px #719ECE;
	border: 1px solid #ccc;
	/*border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;*/
}

div.page-canvas {
	position: relative;
	margin-left: 50px;
	margin-right: 50px;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	background: none;
	overflow: hidden;
	z-index: 2;
}

div.page-icon {
	font-family: "FontAwesome";
}

