#content {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

#sidebar{
    background: #dedede !important;
    color: #303030 !important;
}

.sidebarMenu{
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}

.section {
  height: 100%;  
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.row {
  margin-right: 0px; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.desc {
  min-height: 100vh;
  margin-top: 60px;
}

.code {
  min-height: 100vh;
  background: #303030;
  padding-top: 60px;
}

.code-nav{
  background: #272822;
  border-radius: 5px;
}

.code-nav > ul > li > a {
  color: #fff;
}

.code-header{
  color: #fff;
  font-weight: 700;
}

.title{
    font-size: 24px;
    font-weight: 700;
    color: #303030;
}

.subTitle{
  	color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.descTitle{
    font-size: 18px;
    font-weight: 700;
    color: #303030;
    background: #dedede;
    padding-left: 15px;
}