
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    margin-top: 10px;
}

#sidebar {
    max-width: 250px;
    min-width: 250px;
    min-height: 75vh;
    background: #fff;
    color: #000;
    transition: all 0.3s;    
}

#sidebar.active {
    margin-left: -250px;
}

body {
    /*font-family: 'Poppins', sans-serif;*/
    background: #fff;
}

#content p {
    font-family: 'PT-Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
}

#content a, a:hover, a:focus {
    color: inherit;
    text-decoration: underline dotted;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 20px;    
    background: #fff;
}

#sidebar ul.components {
    padding: 0;
}

#sidebar ul p {
    color: #000;
    padding: 10px;
}

#currentLesRef {
    font-weight: bold;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    text-decoration: none;
}
#sidebar ul li a:hover {
    color: #7386D5;
    /*background: #fff;*/
    background: #e3f2fd;; 
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #000;
    background: #fff;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #fff;
}

.padl {
    padding-left: 15px;
    color: #000;
}

#content p {
    color: #7a7a7a;
    font-size: 0.9em;
}

#content ul {
    color: #7a7a7a;
    font-size: 0.9em;
}

#videoContent video {
    max-width: 800px;
}

#content h2 {
    padding-top: 20px;
    color: indianred;
}