pre code {
  font-size: 12px;
  white-space: inherit;
  font-weight: 800;
}

pre.info {
  background-color: #ebebeb;
  color: #292b36;
  word-break: normal;
}

.sidenav {
    background-color: rgb(84, 185, 169);
    color: #FFFFFF;
    padding-left: 0;
}

.sidenav a {
    color: white;
}


.sidenav a:hover {
    color: white;
}

.sidenav > li > a:hover {
  color: rgb(84, 185, 169);
  background-color: #ffffff;
}

.nav-list>li>a, .nav-list .nav-header {
    text-shadow: none;
}

.nav-header {
    text-transform: none;

}

.sidenav > li.nav-header > a {
    border: none;
    background-color: inherit;
    font-weight: 800;
    font-size: 1.75em;
}

.sidenav > li.nav-header > a:hover {
    color: white;
}

.sidenav > li.nav-header.active > a {
    background-color: rgb(69, 154, 140);
}
.sidenav > li.active > a {
    background-color: rgb(69, 154, 140);
}
.sidenav > li.active > a:hover {
    background-color: rgb(69, 154, 140);
}

.container-fluid {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.sidenav > li > a {
    border-left: transparent 12px solid;
}

.sidenav > li {
    margin: 0.20em 0;
}

* {
    -webkit-font-smoothing: antialiased;
}

article h1 {
    font-size: 2em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

section h1 {
    font-size: 2.5em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}

h1 {
    font-size: 3em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 800;
}

.sidenav {
    background-color: rgb(84, 185, 169);
    background-image: url(logo-cxm-white.png);
    box-shadow: inset -4px 0 0 rgb(69, 154, 140);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 50px;
    padding-top: 70px;
    padding-bottom: -70px;
}

.nav li+.nav-header {
    margin-top: 0;
}