html, body {
  height: 100%;
  color: #5a5a5a;
  background: #ffffff;
}

#page-container {
	position: relative;
	padding-bottom: 60px;
	min-height: 100vh;
}

.page-header {
    padding-top:60px;
    background-color:#fff;
}


.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.info {
	z-index: 9999;
	position: absolute;
    top: 3px;
    left: 10px;
}

.resize {
	z-index: 9999;
	position: absolute;
    top: 3px;
    right: 10px;
    cursor:pointer;
    color: #fff;
}
.flipHoriz {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.save {
	color: #3D9970;
	font-weight:bold;
}
.icon {
	font-size: 14px;
	color: #fff;
}

.close {
  top: 3px;
  left: 7px;
}

.code-textarea {
	padding-top: 5px;
}
textarea {
   resize: none;
}

#formatter h1 {
  font-size: 22px;
}
#formatter p {
  font: 14px Arial, Sans-Serif;
}
#formatter a {
  color: black;
  outline: none;
  text-decoration: none;
}
#formatter input:disabled {
  color: #000000;
}
#formatter textarea:disabled {
  color: #000000;
}


audio, canvas, video {
    display: inline-block;
}

img {
    border: none;
    vertical-align: middle;
}

.btns {
    padding-top: 0;
}

.btns button {
    padding: 2px 8px;
}

#layout > header, .btns {
  padding: 15px 0;
  width: 90%;
  margin: 0 auto;
}

#layout > header > h1 {
    font-size: 20px;
    margin-bottom: 10px;
}
