body {
    font-family: "Aptos Display",sans-serif;
}

.logo {
    vertical-align: middle;
}
header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background-color: #fff;
    height: auto;
}
.generated {
    margin-left: auto;
    font-size: 12px;
    margin-top: 20px;
}
.url-note {
    font-size: 12px;
    margin-bottom: 30px;
    color: #333;
}
.url {
    color: #2675b7;
    text-decoration: underline;
}
.section-title {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0px 0 0px 0;
    margin-top: 1rem;
    line-height: normal;
}
.section-title.small {
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.section-title.green {
    color: #3b6922;
}
    .section-title.orange {
        color: #bc5c28
    }
    .section-title.info {
        font-size: 1.4rem;
        margin-bottom: 5px;
    }
.course-main-title {
    font-size: 2.4rem;
    color: #3b6922;
    font-weight: 400;
    margin-bottom: 10px;
}
.course-version-note {
    color: #3b6922;
    font-size: 1rem;
    margin-bottom: 30px;
}
.resource-main-title {
    font-size: 2.4rem;
    color: #bc5c28;
    font-weight: 400;
    /*margin-bottom: 10px;*/
    line-height: normal;
}

.resource-version-note {
    color: #bc5c28;
    font-size: 1rem;
    margin-bottom: 30px;
}
.info-block {
    margin-bottom: 30px;
    margin-left: 30px;
}
.section-content {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: normal;
}
.resource-standards .section-content ul {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.resource-standards .section-content li {
    margin-bottom: 6px;
    font-size: 1rem;
}
a.blue {
    color: #2675b7;
    text-decoration: underline;
    font-weight: 500;
}

.separator {
    border-bottom: 1px solid #000;
}
.export-clarification {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.resource-info {
    background-color: #FFF !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.particular-unstyled {
    list-style: none;
    font-weight:bolder;
}
.clarification-unstyled {
    list-style: none;
}
.ml-2 {
    margin-left: 2rem !important;
}
