.python-wrapper {
	width: 100%;
	overflow: hidden;
	resize: vertical;
	height: 250px;
	min-height: 100px;
}

.python-item {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 250px;
	min-height: 100px;
}

.python-editor {
	height: 100%;
	display: flex;
	flex-direction: column;
	width: 50%;
}

.python-sizer {
	height: 100%;
	flex: 0 0 5px;
	cursor: col-resize;
}

.python-console {
	height: 100%;
	border-style: none;
	display: flex;
	flex-direction: column;
	width: 50%;
	background-color: black;
}

code.initial {
	display: none;
}