@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: 12px;
	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: 13px;
	display: none;
}
.container {
	padding-right: 30px;
	padding-left: 30px;
}
#clear_button {
	font-size: 13px;
	margin-right: 7px;
	vertical-align: top;
    margin-top: 3px;
}
pre#terms {
	font-family: -apple-system, 'Helvetica Neue', "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;	
	font-size: 10.5px;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}
#wrap_terms {
	max-width: 540px;
	margin: 0 auto;
}