/*html, body {*/
/*width: 100%;*/
/*height: 100%;*/
/*padding: 0;*/
/*margin: 0;*/
/*font-family: sans-serif;*/
/*}*/
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
#container {
	opacity: 1;
	transition: opacity .5s;
}
#container.ng-leave,
#container.ng-enter {
	opacity: 0;
}
#container.ng-enter-leave,
#container.ng-enter-active {
	opacity: 1;
}
#loading-app {
	font-size: 20px;
	padding: 10px;
}
#toolbar {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 25px;
	right: 10px;
}
#toolbar a {
	text-decoration: none;
	background: #eee;
	padding: 4px 8px;
	display: inline-block;
	color: #000;
	margin-right: 10px;
}
#toolbar a.active {
	outline: 1px solid #000;
}
#toolbar aside {
	float: right;
}
#toolbar aside a {
	background: none;
	font-weight: bold;
}
#text {
	position: absolute;
	left: 10px;
	top: 45px;
	bottom: 10px;
	right: 49%;
	font-size: 14px;
	width: 49%;
}
#preview {
	position: absolute;
	right: 10px;
	top: 45px;
	bottom: 10px;
	left: 51%;
	overflow: auto;
}
.slide {
	padding: 10px;
	background: #000;
	color: #fff;
	margin-bottom: 20px;
}
.slide div {
	font-style: italic;
	text-align: right;
}
h2 {
	margin: 0;
}
p {
	margin: 0 0 7px;
}
#preview-bar {
  background: #D7E5ED;
  text-align: center;
  padding: 9px;
  margin-bottom: 20px;
  position: fixed;
  right: 92px;
  top: 0;
  left: 51%;
}
#preview-bar > button, #checkbox-container {
	display:inline-block;
	vertical-align:middle;
}
#checkbox-container {
	height:40px;
	margin-left:20px;
	padding-top:4px;
	text-align:left;
}
#checkbox-container span {
	margin-left:4px;
}
button {
	padding: 3px;
	font-size: 18px;
}
#preview h1 {
	/*border-top: 1px solid #AAA;*/
	padding-top: 5px;
}
#help {
	margin: 0 auto;
	padding: 50px;
	max-width: 800px;
}
#help h1 {
	padding: 0;
	margin: 0 0 20px;
}
#help h2 {
	padding: 0;
	margin: 35px 0 20px;
}
#help pre {
	white-space: pre-wrap;
	background: #eeeeee;
	padding: 30px;
	/*margin-left: -30px;*/
}
#help #back {
	float: right;
	color: #888;
}
/*body {*/
	/*transition: opacity 0.5s;*/
/*}*/
