@charset "UTF-8";
body {
    -webkit-font-smoothing: subpixel-antialiased;
}

.hidden {
    display: none;
}


/*
textarea.ace_text-input {
	cursor: url(../images/none.cur), none !important;
}
textarea.ace_text-input:focus {
	cursor: url(../images/none.cur), none !important;
}
*/

#editor {
    width: 100%;
    min-height: 200px;
    height: 260px;
    max-height: 400px;
}

#editor2 {
    width: 100%;
    min-height: 100px;
    height: 125px;
    max-height: 300px;
}

#editor .ace_content {
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
    /*cursor: url(../images/none.cur), none !important;*/
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
}

#editor2 .ace_content {
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
    /*cursor: url(../images/none.cur), none !important;*/
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
}

#output {
    font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
    color: white !important;
    background-color: black !important;
    min-height: 100px;
    max-height: 300px;
    height: 150px;
    overflow: auto;
    resize: none;
}

#lang,
#run {
    display: inline-block;
}

#run {
    float: right;
}

h2 {
    font-size: 16px;
    border-bottom: solid 3px #cce4ff;
    position: relative;
}

h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #5472cd;
    bottom: -3px;
    width: 20%;
}

.copyright {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.copyright2 {
    margin: 30px auto 8px;
    max-width: 500px;
    text-align: center;
    font-size: 9px;
    font-weight: normal;
    color: #444;
}

#desc {
    font-size: 13px;
    padding: 10px;
}

#lang {
    margin-bottom: 8px;
}

#run {
    margin: 4px 0;
}

h2 {
    margin-top: 10px;
}

#share_url {
    max-width: 75%;
    min-width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

#copy {
    margin-left: 8px;
    margin-right: 8px;
}

#info {
    font-weight: bold;
    font-size: 14px;
    display: none;
    color: red;
}

.container {
    padding-right: 30px;
    padding-left: 30px;
}

#clear_button {
    font-size: 13px;
    margin-right: 7px;
    vertical-align: top;
    margin-top: 3px;
}

body {
    -webkit-touch-callout: none;
    /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;
    /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;
}