body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #272b30;
	color: #c8c8c8;
	display: flex;
	min-height: 700px;
}
input, textarea, pre {
	outline: none;
	background-color: #1c1e22;
	color: #fff;
	border: 1px solid #06a;
	margin: 2px;
	padding: 5px;
	max-height: 500px;
	width: 98%;
}
input[type=text] {
	width: 200px;
}
input[type=button],input[type=submit] {
	width: initial;
}
textarea {
	max-width: 100%;
	resize: none;
}
input:focus, textarea:focus {
	border: 1px solid #06a;
	box-shadow: 0px 0px 5px #08f;
}

.submit-result {
	margin-top: 20px;
}
 
.btn-bottom {
	min-width: 120px;
	padding: 10px;
	margin: 20px 5px 0;
}
#topWell {
	margin-top: 20px;
	margin-bottom: 10px;
}

#listC {
	overflow-x: hidden;
	border-top: 1px solid #08c;
	color: #b8b8b8;
	font-size: 10pt;
}
.listC {
	overflow-x: hidden;
	border-top: 1px solid #08c;
	color: #b8b8b8;
	font-size: 10pt;
}
.listCap {
	max-height: 500px;
}
.listCapLarge {
	max-height: 1000px;
}
#listC-mod {
	overflow-x: hidden;
	border-top: 1px solid #08c;
	color: #b8b8b8;
	font-size: 10pt;
}
#list {
	padding-right: 0px;
}
#list_row {
	padding: 0px;
}
.list_row {
	padding: 0px;
}
#sName {
	/* color: #fff */
	color: #bbf
}
#sAuth {
	/* color: #ccf */
	color: #eee
}
#editor {
	/* min-width: 350px; */
	flex: 1;
}
.item {
	padding: 0 0 1px 6px;
	cursor: pointer;
	transition: padding-left ease-out 0.1s;
}
.toPasteBox {
	border-top: 1px solid #08c;
}
#toPaste {
	cursor: pointer;
	margin-top: 10px;
	margin-left: 10px;
	transition: margin-left ease-out 0.1s;
}
.item:hover {
	padding-left: 15px;
	color: #5bc0de;
	background-color: #123;
}
#toPaste:hover {
  margin-left: 15px;
  color: #0d4;
  /* background-color: #420; */
}

a {
	text-decoration: none;
	color: #0af;
}
a:hover {
	text-decoration: underline;
}

a:hover > .btn-bottom {
	text-decoration: none;
}
a:active {
	color: #08c !important;
}

.script-info-grid {
	display: grid;
	grid-template-columns: 50% 50%;
}

input.script-info-small-item {
	max-width: unset;
	width: 96%;
}

.script-info-title {
	grid-row: 1;
	grid-column: 1;
}

.script-info-author {
	grid-row: 1;
	grid-column: 2;
}

.script-info-id {
	grid-row: 2;
	grid-column: 1;
}

.script-info-ip {
	grid-row: 2;
	grid-column: 2;
}

.script-info-status {
	grid-row: 3;
	grid-column: 1;
}

.script-info-version {
	grid-row: 3;
	grid-column: 2;
}

.script-info-script {
	grid-row: 4;
	grid-column: 1 / span 2;
}

.script-info-description {
	grid-row: 5;
	grid-column: 1 / span 2;
}

.script-info-changelog {
	grid-row: 6;
	grid-column: 1 / span 2;
}

.script-info-buttons {
	grid-row: 7;
	grid-column: 1;
}