.redoc-wrap .menu-content
{
	resize: horizontal;
	width: 465px;
}

.right-padding {
    width: calc(80% - 40%);
    background: #263238;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media screen and (max-width: 75rem) {
    .right-padding {
        display: none;
    }
}

.hide
{
	display: none;
}