html,
body {
    font: 16px 'Raleway', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /* background-color: #ddd; */
}

/* .has-scroll-scrolling iframe {
    pointer-events: none;
}

.has-scroll-scrolling .iframe-parent {
    cursor: wait;
} */

#page-container {
    position: relative;
    padding-bottom: 60px;
    /* min-height: 100vh; */
    /* min-height: 100%; */
}

#install-button {
    visibility: hidden;
    position: fixed;
    color: #FF8340;
    width: 30px;
    top: 14px;
    right: 80px;
    z-index: 99999999;
  }

#resultImage img {
    width: 750px;
}

.ad {
    margin-bottom: 80px;
}

#main {
    padding-left: 60px;
    padding-right: 60px;
}

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.detailText {
    margin-top: 15px;
}

header {
    margin-top: 60px;
}

header h1 {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    /* color: #fff; */
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
}

.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";
}

.linangdata {
    z-index: 9999;
    position: absolute;
    width: 50px;
    top: 3px;
    right: 0px;
    cursor: pointer;
    color: #fff;
}

.save {
    /* color: #2ECC40; */
    color: #3D9970;
    font-weight: bold;
}

.icon {
    font-size: 14px;
    color: #fff;
}

.close {
    /* position: fixed; */
    top: 3px;
    left: 7px;
}

.code-textarea {
    padding-top: 5px;
}

textarea {
    resize: none;
}

#formatter {
    width: 295px;
    min-width: 295px;
    font: 14px "Roboto-Regular", Roboto-Regular, Arial, helvetica, sans-serif;
    margin: 0;
    padding: 5px;
}

#formatter.large {
    width: 100%;
    /* width: 800px  !important;
	height: 600px  !important;  */
}

.CodeMirror {
    font-family: monospace;
    height: 450px;
    color: black;
}

#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;
}


#formatterFooter {
    bottom: 5px;
    left: 5px;
    position: absolute;
}

#formatterFooter #linangdata {
    color: #337ab7;
    font-size: medium;
    outline: none;
    text-decoration: underline;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

img {
    border: none;
    vertical-align: middle;
}


.clear {
    *zoom: 1;
    /* for IE 6/7 */
}

.clear:before,
.clear:after {
    height: 0;
    content: "";
    font-size: 0;
    display: table;
    line-height: 0;
    /* for Opera */
    visibility: hidden;
}

.clear:after {
    clear: both;
}

.btns {
    padding-top: 0;
}

.btns button {
    padding: 2px 8px;
}

#layout>header,
.btns {
    /* padding: 15px 0; */
    width: 90%;
}

#layout>header>h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

@media (max-width: 621px) {
    .adslot_desktop_only {
        display: none;
    }

    #main {
        padding-left: 5px;
        padding-right: 5px;
    }
}