.lms-wrapper {display:flex; margin:16px 0;}
.lms-sidebar {float:left; width:15%; margin-right: 16px; background-color: #fff;}
.lms-sidebar small {padding-left: 10px;}
.lms-menu {margin-bottom: 8px;}
.lms-menu a { padding: 0 10px; display: inline-block; background-color: #fff; width: 100%;}

.lms-content  {float:left; width:65%;  background-color: #fff; padding: 16px;}
.lms-content pre, .lms-content code {
    white-space: pre-wrap;
}
.lms-sidebar-right{float:right; width:20%; background-color: #fff; margin-left:16px}