/*TABLE*/
.editor_tableholderinpostedsection .editor_tableinpostedsection,
.editor_tableholderinpostedsection .editor_tableinpostedsection th,
.editor_tableholderinpostedsection .editor_tableinpostedsection tr,
.editor_tableholderinpostedsection .editor_tableinpostedsection td {
    padding: 5px;
    border: 1px solid grey;
    font-size: 12px;
    color:#666666;
    font-family: 'Roboto', sans-serif;
}

.editor_tableholderinpostedsection .editor_tableinpostedsection {
    width: calc(100% - 15px);
}

.editor_tableholderinpostedsection .editor_tableinpostedsection tr,
.editor_tableholderinpostedsection .editor_tableinpostedsection td {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
}

.editor_mentionaryusernameholderinpostedsection {
    border-radius: 2px;
    position: relative;
    background-color: #2F4F4F;
    color: white;
    padding: 2px;
    margin-left: 2px;
    margin-right: 2px;
    white-space: pre;
}

.editor_mentionaryusernameholderinpostedsection:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.editor_mentionaryusernameholderinpostedsection a{
    color: white;
    text-decoration: none;
}

.editor_mentionaryitemnameholderinpostedsection {
    border-radius: 2px;
    position: relative;
    background-color: #2e5894;
    color: white;
    padding: 2px;
    margin-left: 2px;
    margin-right: 2px;
    white-space: pre;
}

.editor_mentionaryitemnameholderinpostedsection:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.editor_mentionaryitemnameholderinpostedsection a{
    color: white;
    text-decoration: none;
}

.editor_popupdivholderforpostedsection {
    display: none;
    text-align: center;
    position: fixed;
    height: 0;
    width: 100%;
    z-index: 999998;
    top: 40px;
    left: 0px;
}

.editor_popupdivholderforpostedsection .editor_msgpopupbackground {
    display: none;
    left: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999997;
    top: 40px;
    background-color: #000000;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
}

/*O.U.T.S.I.D.E. L.I.N.K. W.A.R.N.I.N.G M.S.G. P.O.P.U.P.*/
.editor_popupdivholderforpostedsection .editor_outsidelinkwarningmsgpopupdivholder{
    display: none;
    position: relative;
    z-index: 999998;
    width: calc(100% - 40px);
    max-width: 450px;
    background-color: #FFFFFF;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 0.40em;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .45);
}

.editor_popupdivholderforpostedsection .editor_outsidelinkwarningmsgpopupclose{
    display: block;
    position: relative;
    float: right;
    margin-top: -10px;
    margin-right: -10px;
    cursor: pointer;
    color: #AAAAAA;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.editor_popupdivholderforpostedsection .editor_outsidelinkwarningmsgpopuptext {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: justify;
    color: #666666;
    cursor: context-menu;
    margin-left: 5px;
    list-style: none;
}

.editor_popupdivholderforpostedsection .editor_outsidelinkwarningmsgpopupbuttoncontainer {
    display:block;
    width:100%;
    height: 21px;
    margin-top:15px;
    text-align: center;
}

.editor_popupdivholderforpostedsection .editor_outsidelinkwarningmsgpopupbuttonholder {
    position: relative;
    margin: 0 20px;
    display: inline-block;
    width: 80px;
    height: 21px;
}

.editor_popupdivholderforpostedsection .editor_outsidelinkwarningmsgpopupbutton{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: .5px;
    font-size: 12px;
    color: #ffffff;
    float: right;
    text-decoration: none;
    width: 80px;
    height: 21px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #5dabf9;
    position: relative;
    -moz-border-radius: 1.25em;
    -webkit-border-radius: 1.25em;
    -webkit-appearance: none;
    border-radius: 1.25em;
}

.editor_popupdivholderforpostedsection .editor_outsidelinkwarningmsgpopupbutton a {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: .5px;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
}

.editor_popupdivholderforpostedsection .editor_outsidelinkwarningmsgpopupbutton:hover	{
    cursor: pointer;
    background-color: #7abafa;
}

.editor_popupdivholderforpostedsection .editor_outsidelinkwarningmsgpopupbutton:active {
    cursor: pointer;
    background-color: #549ae0;
}

/*H.Y.P.E.R.L.I.N.K.*/
.editor_hyperlinkholderinpostedsection {
    cursor: pointer;
    color: #08457e;
    text-decoration: underline;
    font-weight: bold;
}


.editor_refholderinpostedsection {
    color: blue;
}