#editor_container
{
	display: flex;
	align-items: stretch;
	flex-direction: row;
}

#editor
{
	width: 50vw;
	overflow-y: scroll;
}

#display
{
	width: 50vw;
	flex-grow: 1;
	overflow-y: scroll;
	overflow-x: scroll;
}

.dayinfo_container
{
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-direction: row;
}

#action_container
{
	display: flex;
	justify-content: space-around;
	flex-direction: row;
}
