div.custom {
    text-align: justify !important;
    white-space: pre-line !important;
}

div.custom .cotentPart {
    color: #353535 !important;
}

div.custom .content {
    display: flex !important;
    flex-direction: column !important;
    padding-top: 10px !important;
}

div.custom .mainContent {
    display: inline-flex !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

div.custom .contentTitle {
    font-weight: 700 !important;
}

div.custom .rightHandContent {
    padding-left: 7px !important;
}

div.custom .englishCharacter {
    padding-right: 7px !important;
}

div.custom .subContent {
    display: flex !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

div.custom .lastSubcontent {
    padding-top: 15px !important;
}
.fb_custom_style_font_weight_bold{
    font-weight: bold !important;
}

.fb_custom_style_font_style_italic{
    font-style: italic !important;
}

.fb_custom_style_text_decoration_underline{
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
}


