.md-content {
	flex-grow: 1;
	min-width: 0;
	height: calc(100% - 55px);
	position: relative;
	top: 20px;
}

.md-grid {
	margin-left: 1em;
  margin-right: 1em;
	max-width: 100%;
}
.md-main__inner {
	margin-top: 1em;
}

[dir="ltr"] .md-sidebar--primary:not([hidden]) ~ .md-content > .md-content__inner {
	margin-right: 2em;
}

.md-typeset h1 {
	margin-top: -10px;
	margin-bottom: 10px;
}
.md-typeset h2 {
	margin-top: 10px;
}

.md-container {
	top: 30px;
	height: calc(100vh - 55px);
	position: absolute;
  scrollbar-width: none;
  -ms-overflow-style: none;
	width: 100%;
}

.md-sidebar__scrollwrap {
	height: calc(100vh - 100px);
}

.md-content__inner {
	margin-bottom: 50px;
}

p {
  text-align: justify;
  text-justify: inter-word;
}
.left-content {
  width: 50%;
  float: left;
  padding-right: 5px;
  top: -2em;
  position: relative;
  margin-bottom: -2em;
}
.right-content {
  width: 50%;
  float: right;
  padding-left: 5px;
  top: -2em;
  position: relative;
  margin-bottom: -2em;
}