

/*.container {
    margin-left: auto!important;
    margin-right: auto!important;
}*/

.lesson-title-value {
  font-size: 40px;
  /*text-transform: uppercase;*/
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0B2349;
  display: table;
  margin: 20px auto;
}

.lesson-header-block.row-section {
    margin-bottom: 10px;
}

.lesson-header-block {
    background: #CC322D!important;
    border-radius: 0px;
    border-bottom: none !important;
    padding: 14px !important;
}
/*.vhi-iframe {
  border-radius: 20px;
  border: 5px solid #c7a47e;
  padding: 12px 20px 12px 20px;
}*/

.text-center.hidden-xs > span {
    color: white;
}

.lesson-navigation > table > tbody > tr > td a {
    width: 100%;
    height: 33px;
    background: white;
    flex-shrink: 0;
  border-radius: 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  transition: all .3s;
}
.lesson-navigation > table > tbody > tr > td .hidden-xs {
  display: none;
}


@media (max-width: 482px) {
.lesson-title-value {
    font-size: 20px;
}
}

.page-header h1 a {
  color: black;
}

.breadcrumb li a {
  color: black;
}

@media (max-width: 768px) {
    .gc-account-leftbar .toggle-link {
        background: #6f0303 !important;
    }
}

.lt-block .table.files-table tr td:nth-child(3) a {
    color: #181818;
}
