.my-container.docs-container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.my-container.docs-container > .columns {
	flex-grow: 1;
}

.docs-wrapper {
	flex-grow: 1;
	display: flex;
    flex-direction: row;
    background: #fff;
}

.docs-wrapper .docs-container {
	flex-grow: 0;
	flex-shrink: 0;
}

.docs-wrapper-left,
.docs-wrapper-right {
	flex-grow: 1;
}

.docs-columns {
	flex-grow: 1;
}

.docs-navbar-title {
	font-size: 1.1rem;
	font-weight: 600;
	word-spacing: .15em;
}

.docs-sidebar-extra {
	margin-bottom: 1em;
}

.docs-sidebar-extra .navbar-item {
	padding-left: 0;
	padding-right: 0;
}

.docs-sidebar-extra hr {
	background: #e0e0e0;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

@media screen and (max-width: 1023px) {
	.docs-page .navbar-menu {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.docs-sidebar-extra {
		display: none;
	}
}



.docs-wrapper-left,
.docs-wrapper-right,
.docs-sidebar {
	background: #f7f7f7;
}

.docs-sidebar {
	display: block;
	position: fixed;
	bottom: 0;
	overflow-y: auto;
	width: 280px;
	border-right: 1px solid #ebebeb;
}

.docs-wrapper-right {
	border-left: 1px solid #ebebeb;
}

.docs-column-content {
	flex-grow: 1;
	min-width: 0;
}

@media screen and (max-width: 1023px) {
	html.is-menu-active {
		overflow: hidden;
	}

	.docs-sidebar {
		display: none;
		box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.4);
	}
	html.is-menu-active .docs-sidebar {
		display: block;
	}
}
@media screen and (min-width: 1024px) {
	.docs-columns {
		display: flex;
	}

	.navbar-brand {
		flex-basis: 280px;
	}

	.docs-columns .docs-column-sidebar {
		flex-shrink: 0;
		flex-basis: 280px;
	}
	.docs-sidebar {
		display: block;
	}
}

.docs-sidebar {
	padding: 1.5rem 1rem;
}

.plugin-page-content {
	padding-left: 2rem;
	padding-right: 2rem;
}

.plugin-page-content hr {
	margin: 1.75rem 0rem;
}

.plugin-page-content h1:not(:first-child) {
    margin-top: 1.5em;
}

/* Bottom navigation */
.docs-bottom-navigation {
	margin-top: 4.5rem !important;
	margin-bottom: 3rem !important;
}
.docs-bottom-navigation .box {
	box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
}
.docs-bottom-navigation a.box:focus,
.docs-bottom-navigation a.box:hover {
    box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px #3273dc;
}
.docs-bottom-navigation .page-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}