body {
    margin: 0;
    font-family: Roboto, sans-serif;
    background-color: #F8F8F8;
    font-size: 13px;
    line-height: 18px;
    color: #020122;
}


.wrapper {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
}

.wrapper > div.header {
    height: 60px;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(184,184,184,0.14);
}

img.header-logo {
    height: 36px;
    width: 37.17px;
    border-radius: 5px;
    box-shadow: 0 4px 17px 0 #BBBBE2;
    margin: 12px 0 12px 150px;
}

.wrapper > div.content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    background-color: #F8F8F8;
}

div.course-preview-wrapper {
    margin: auto;
}

.course-preview-profile {
    padding-top: 2px;
}

.course-preview-profile > div.basic-data {
    width: 100%;
    padding-top: 30px;
    margin: auto;
}

.basic-data > div.image-container {
    height: 120px;
    width: 120px;
    border: 3px solid #FFFFFF;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 12px 0 rgba(184,184,184,0.35);
    margin: auto;
}

.image-container > img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.basic-data > div.about-container {
    background: #fff;
    margin-top: -60px;
    padding-top: 85px;
    align-items: center;
}

.box {
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 4px 0 hsla(0,0%,72%,.14);
    box-shadow: 0 2px 4px 0 hsla(0,0%,72%,.14);
}

.course-title {

    color: #020122;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
}

.course-intro {
    color: #5E7785;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    padding: 15px 20px;
}

.course-preview-content {
    padding-top: 2px;
}

div.bottom-line {
    border-bottom: 1px solid #eaedf3bf;
}


div.organization-data {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    padding: 20px 0 18px 0;
}

div.organization-logo {

}

.organization-logo > img {
    width: 25px;
    height: 25px;
    border-radius: 2px;
}

.organization-name {
    padding-left: 9px;
    color: #52B9FF;
    font-size: 14px;
    font-weight: 500;
}


div.section-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 16px 0;
}

.section-start div.text {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    margin-right: 6px;
}

.section-start hr {
    border: .5px solid #dde0e6;
    width: 100%;
    margin: 0;
    -ms-flex: 1 1;
    flex: 1 1;
}

.tags-container {
    background: #fff;
    align-items: center;
    margin-bottom: 12px;
}

.tags-container div.section-title {
    color: #020122;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    padding: 18px;
}

.tags {
    padding: 20px;
}

.tag {
    border-radius: 3px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    display: inline-flex;
    padding: 0 8px;
    background-color: #5E7785;
    box-sizing: border-box;
    align-items: center;
    min-height: 20px;
    vertical-align: text-top;
    font-family: 'Roboto';
}

.knowledge-tag {
    background: #fa638b;
    margin: 0 5px 8px 0;
}

.exercise-tag {
    background: #36c894;
    margin: 0 5px 8px 0;
}

.course-description .section-title {
    color: #020122;
    font-weight: bold;
    font-size: 16px;
}

div.course-description-wrapper {
    padding-top: 30px;
}

div.course-description {
    background-color: #ffffff;
}

div.course-description {
    font-size: 14px;
}

div.normal-text-box {
    font-size: 13px;
    line-height: 18px;
    padding: 20px;
    white-space: pre-line;
}

div.unit {
    background-color: #ffffff;
    min-height: 40px;
    margin-bottom: 10px;
}

div.unit-title {
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    cursor: pointer;
}

div.unit-title-wrapper {
    position: relative;
    cursor: pointer;
}

div.unit-title-wrapper .chevron-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 100000;
    cursor: pointer;
}

.wrapper > div.not-found-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 15px 0 15px;
    flex-direction: column;
    background-color: #F8F8F8;
}

.not-found-content > img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sorry-the-page-you {
    width: 100%;
    max-width: 579px;
    color: #5E7785;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin: auto;
}

.the-link-might-be-br {
    width: 100%;
    max-width: 560px;
    color: #5E7785;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin: auto;
    padding: 10px 0 30px 0;
}

.blue-button {
    margin: auto;
    height: 40px;
    width: 164px;
    border: 1px solid #3FA7DF;
    border-radius: 6px;
    background-color: #52B9FF;
    box-shadow: inset 0 2px 0 0 rgba(255,255,255,0.06), 0 1px 1px 0 rgba(22,29,37,0.1);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}

.button-wrapper {
    margin: auto;
}

.mdl-accordion.mdl-accordion--opened + .mdl-accordion.mdl-accordion--opened {
    border-top: none;
    margin-top: 0;
}

.mdl-accordion .mdl-accordion__content-wrapper {
    overflow: hidden;
}

.mdl-accordion .mdl-accordion__content {
    transition-property: margin-top;
    transition-duration: 0.2s;
}

.mdl-accordion.mdl-accordion--opened .mdl-accordion__icon {
    transform: translateY(-50%) rotate(-180deg);
}


.mdl-accordion.mdl-accordion--opened .mdl-accordion__content {
    margin-top: 0 !important;
}

.mdl-accordion {
    position: relative;
}

@media screen and (max-width: 575px) {
    .header {
        text-align: center;
    }

    img.header-logo {
        margin: 12px auto 12px auto;
    }

    .tags-container div.section-title {
        font-size: 14px;
        line-height: 16px;
    }

    div.unit-title {
        font-size: 16px;
        line-height: 24px;
    }

    .tag {
        font-size: 10px;
        line-height: 11px;
    }
}