tw-story
{
    background-color: white;
    color: #333;
  	font-size: 13pt;
 	padding: 10% 25px;
	max-width: 700px;
  	margin: auto;
   	font-family: 'Gill Sans', monospace;
	min-height: unset
}
tw-sidebar {
  display: none;
}

.illustration {
	width: 100px;
	height: 500px;
	
}

body {
	height: unset;
}

img {
	width: 100%;
	height: 100%;
}

.sidebar {
	width: 80vw;
	margin: 20px;
	height: 19vw;
	max-height: 167px;
	/*! max-width: 500px; */
	margin: auto;margin-top: 50px !important;
	margin-bottom: -6vw;
	z-index: 1;
	max-width: 700px;
	/* padding: 2px; */
	border: 2px solid #eee;
}