

.lesson-list {
    list-style: none;
    background: #EDE5D9;
    border-radius: 22px!important;
    padding: 10px 0;
    margin: 0 0 20px;
}

.lesson-list li .info {
    margin-left: 60px;
    padding-top: 0;
    height: 100%;
    background: white;
    color: #7B797A!important;
}

.lesson-list li .title {
color: #001F1F;
}

.glyphicon {
    position: relative;
    color: #001F1F!important;
}

.lesson-wrapper a {
    color: #DEC6A4!important;
    text-decoration: none;
}

.stream-title {
    color: #7B797A!;
}

.stream-table .stream-title {
    font-size: 2em;
    color: #000000!important;
}

.stream-table {
   background: #EDE5D9;
   border-radius: 28px;
   margin-bottom: 20px!important;
}


.stream-table tr td {
   border: 2px solid #ffffff;
}
