.wrapper{width: 1140px;margin:0 auto;}
.maxheight{height: 85vh;}
h1{font-weight: 300;margin-top:10px;margin-bottom:0;}
h5{display: inline-block;}
hr{margin:7px 0;}
textarea{height: 70vh;}
#result{max-height: 78vh;overflow-y: auto;}
#result ul li {
    list-style-type: decimal;
}

#result ol {
	padding-left: 1em;
	list-style: none;
	counter-reset: my-awesome-counter;
}
#result ol li {
	counter-increment: my-awesome-counter;
}
#result ol li::before {
	content: counter(my-awesome-counter) " : ";
	color: #a5a5a5;
	font-weight: 300;
}
.i-small{font-size: 0.85em}