body[contenteditable=true] .blue {
    color: #1db4d3;
}

body[contenteditable=true] .factoid {
    margin-bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

body[contenteditable=true] .factoid__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
    margin-right: 16px;
    font-family: Montserrat,sans-serif;
    font-size: 88px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: .82;
    letter-spacing: normal;
    text-align: center;
    color: #1db4d3
}

body[contenteditable=true] .factoid__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    font-family: Montserrat,sans-serif;
    font-size: 32px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #1db4d3
}

body[contenteditable=true] .join__text {
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal
}

body[contenteditable=true] .blockquote {
    padding: 8px 0 8px 24px;
    border-left: 2px solid #fff;
    margin-bottom: 16px;
}

body[contenteditable=true] .blockquote--blue {
    border-left: 2px solid #1db4d3;
    color: #1db4d3
}

body[contenteditable=true] .primarySection {
    background: rgba(29,180,211,.15);
    padding: 32px;
    margin-bottom: 16px
}

body[contenteditable=true] pre {
    display: block;
    padding: 16px;
    background: rgba(29,180,211,.15);
    font-family: Courier New,monospace;
    margin-bottom: 16px
}

body[contenteditable=true] small {
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    display: inline-block;
    margin-bottom: 16px
}