﻿/* froala editor custom css */



#Div_ScreenShot_Posts p, #Div_ScreenShot_Posts li, #Div_ScreenShot_Posts ul, #Div_ScreenShot_Posts span, #Div_ScreenShot_Posts pre, #Div_ScreenShot_Posts table, #Div_ScreenShot_Posts td { font-size: 14px; }


.fr-view table td {
    padding: initial;
}

.fr-view sub {
    vertical-align: sub;
    font-size: smaller;
}

.fr-view sup {
    vertical-align: super;
    font-size: smaller;
}

.fr-view ol {
    list-style: decimal;
}

.fr-view ul,
.fr-view li,
.fr-view dl  {
    list-style: unset;
}


.fr-view ol,
.fr-view ul,
.fr-view dl {
    padding-inline-start: 40px;
}

.fr-view h1 {
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    font-weight: bold;
    height: auto;
    background-color: rgb(245, 245, 245);
}

.fr-view h2 {
    font-size: 1.5em;
    font-weight: bold;
}

.fr-view h3 {
    font-size: 1.17em;
    font-weight: bold;
}

.fr-view h4 {
    font-weight: bold;
}

.fr-view h5 {
    font-size: 0.83em;
    font-weight: bold;
}

.fr-view h6 {
    font-size: 0.67em;
    font-weight: bold;
}

.fr-view p {
    margin: 0 0 10px;
}

article .forPost * {
    line-height: initial;
}

#Div_ScreenShot_Posts { overflow: hidden; }

article .forPost {
    padding:  initial;
    /* word-wrap: break-word; */
}

.fr-view strong {
    color: inherit;
}

#Div_ScreenShot_Posts table, #Div_ScreenShot_Posts td {
    border: 1px solid;
}

#Div_ScreenShot_Posts p span a span { color: inherit; }

#Div_ScreenShot_Posts p strong span { font-weight: bold; }
#Div_ScreenShot_Posts p strong p { font-weight: bold; }
#Div_ScreenShot_Posts p strong a { font-weight: bold; }
#Div_ScreenShot_Posts p strong { font-weight: bold; }

#Div_ScreenShot_Posts p a strong span { font-weight: bold; }
#Div_ScreenShot_Posts strong span, #Div_ScreenShot_Posts strong p, #Div_ScreenShot_Posts strong a { font-weight: bold; }


