.wrapper {
	height: auto !important;
	height: 100%;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
}

/* scrollbar starts on line 31 */

/* fonts and basic setup */
* {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.5;
  box-sizing: border-box;
  color: #44585d;
}
body {
  height: 100vh;
  background-color:rgba(255,255,255,0.05);
  padding: 1.5rem;
  margin: 0;
}
.container {
	background-color: rgba(255,255,255,0.05);
	height: 100%;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 4px 28px rgba(186,148,107,.25);
	border: 1px solid #999;
	padding: 1rem;
	overflow: scroll;
}
h1 {
  margin: 0;
  text-align: center;
}



.pointer {
	max-width: 1170px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
pre {
margin: 20px auto;
}
pre code {
	padding: 15px;
	border-radius: 5px;
	font-size: 15px;
	background: rgba(0,0,0,0.1);
	border: rgba(0,0,0,0.05) 5px solid;
	max-width: 1170px;
}


.reload:hover {
}

.clear {
width: auto;
}

.credit {
	text-align: center;
	padding: 10px;
	background: rgba(255,255,255,0.1);
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.credit a {
text-decoration: none;
font-weight: bold;
}
.back {
position: absolute;
top: 0;
left: 0;
text-align: center;
display: block;
padding: 7px;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
background: rgba(255, 255, 255, 0.25);
font-weight: bold;

-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}
.back:hover {
color: black;
background: rgba(255, 255, 255, 0.5);
}
.small-main, .small-main2 {
width: 100%;
margin: 5px auto 0px;
overflow-y: scroll;
max-height: 550px;
float: left;
}
.small-main p, .small-main2 p {
	line-height: 1.75em;
	color: #333;
}
.small-main2 {
margin-left: 15px;
}
.innerWrapper {
padding: 15px;
}
.main-inside {
	max-width: 90%;
	margin-top: 0;
	margin-bottom: 20px;
}
