
textarea { resize:both; } 

.linedwrap {
	border: 1px solid #c0c0c0;
	padding: 3px;
	display: inline-block;
}

.linedtextarea {
	padding: 0px;
	margin: 0px;
}

.linedtextarea textarea, .linedwrap .codelines .lineno {
	font-size: 15px !important;
	font-family: monospace !important;
	line-height: normal !important;
	height: 20px !important;
}

.linedtextarea textarea {
	padding-right:0.3em;
	padding-top:0.3em;
	border: 0;
}

.linedwrap .lines {
	margin-top: 0px;
	width: 50px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #c0c0c0;
	margin-right: 10px;
}

.linedwrap .codelines {
	padding-top: 5px;
}

.linedwrap .codelines .lineno {
	color:#AAAAAA;
	padding-right: 0.5em;
	padding-top: 0.0em;
	text-align: right;
	white-space: nowrap;
}

.linedwrap .codelines .lineselect {
	color: red;
}
.json_input {
	border: none;
	height: 300px;
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	margin-top: 5px !important;
}
.redBorder{border: 1px solid red;}
.success {
	background: none repeat scroll 0 0 rgb(230,239,194);
	border-color: rgb(198,216,128);
	color: rgb(82,146,20);
	padding:10px;
}pre.error {
	 background: rgb(251, 227, 228) none repeat scroll 0 0;
	 border-color: rgb(251, 194, 196);
	 color: rgb(209, 47, 25);
	 padding:10px;
 }
#results{width: 100%;}
div.grippie {
	background: #EEEEEE url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAFCAMAAACD1meMAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURbu7u////3iwjPUAAAACdFJOU/8A5bcwSgAAABRJREFUeNpiYMADGHEDBhroAwgwAA9QADeT0qnSAAAAAElFTkSuQmCC) no-repeat scroll center 2px;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 0pt 1px 1px;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
	margin-bottom: 10px;
}