* {
	margin: 0;
	padding: 0;
}
.center {
	position:static;
}

@media (min-width: 600px) {
	.center {
		left:50%;top:50%;transform:translate(-50%,-50%);position:fixed;
	}
}

.slide {
	-webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
	-moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
	-ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
	-o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
	transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
	opacity: 0;
	height: 0px;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}

.slide.ng-show {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
	opacity: 1;
}
.loginbox .slide.ng-show {
	height: 170px;
}
.loginbox md-input-container {
	margin: 18px 0 0 0;
}
[ng-click]{
	cursor:pointer;
}
md-menu-toolbar{
	z-index: 1;
}
.ace_editor { height: 400px; }

.ta-toolbar .btn-group { padding: 5px;}
.ta-toolbar .btn-group:not(:last-child) {border-right: 1px solid black;}
.ta-toolbar .md-button.md-icon-button { width: auto !important; min-width: 40px !important; }
.md-dialog-fullscreen { min-width: 800px;}
.preview {max-width:100%}
.md-fab-bottom-right{position:fixed !important;}

@keyframes changeorder {
	0% {
		transform: translate(0px,0px) rotate(0deg);
	}
	25% {
		transform: translate(-1px,-1px) rotate(0.5deg);
	}
	50% {
		transform: translate(-1px,0px) rotate(0deg);
	}
	75% {
		transform: translate(1px,1px) rotate(-0.5deg);
	}
	100% {
		transform: translate(0px,0px) rotate(0deg);
	}
}

.changeorder {
	animation: changeorder 0.5s infinite;
}

.floatright {
	float: right;
}
.clearboth::after {
	display: block;
	clear: both;
	content: "";
}

@font-face {
    font-family: 'playregular';
    src: url('/fonts/play-regular-webfont.eot');
    src: url('/fonts/play-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/play-regular-webfont.woff2') format('woff2'),
         url('/fonts/play-regular-webfont.woff') format('woff'),
         url('/fonts/play-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
[contenteditable] {
	font-family: 'playregular';
	width: 800px;
	text-align: justify;
	padding: 30px;
	font-size: 17px;
	border: 1px dotted #000;
	margin: 20px;
}
[contenteditable] table {
	width:100%;
	border:1px solid #000;
	padding: 0px 0px;
	margin-bottom: 30px;
}

[contenteditable] table td {
	padding: 3px 10px 3px 10px;
	border: 1px solid #000;
	text-align: center;
}
[contenteditable] h1,[contenteditable]  h2,[contenteditable]  h3,[contenteditable]  h4,[contenteditable]  h5,[contenteditable]  h6 {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
    font-weight: bold;
	text-align: left;
}
[contenteditable] h1{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 100;
}
[contenteditable] h2{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: 100;
}
[contenteditable] h3{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 30px;
	text-decoration: underline;
}
[contenteditable] h4{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 25px;
	text-decoration: underline;
}
[contenteditable] h5{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	text-decoration: underline;
}
[contenteditable] h6{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	text-decoration: underline;
}
[contenteditable] p {
	margin-top: 14px;
	margin-bottom: 14px;
	font-size: 18px;
}

[contenteditable] p a {
	color: #e04e39;
}

[contenteditable] ul li {
	margin-left: 50px;
}
[contenteditable] img {
	width: 100%;
	margin: 0 auto;
}
[contenteditable] pre {
    white-space: normal;
	font-family: 'playregular';
	background-color: #272727;
	padding: 5px;
    padding: 10px 15px;
	font-size: 13px;
	color: #e7e7e7;
}
.ace_editor {
	width: 100% !important;
}