﻿
.doc-container .rich-text strong,
.doc-container .rich-text span,
.doc-container .rich-text div,
.doc-container .rich-text i,
.doc-container .rich-text b,
.doc-container .rich-text u,
.doc-container .rich-text li,
.doc-container .rich-text ol,
.doc-container .rich-text ul,
.doc-container .rich-text em,
.doc-container .rich-text table,
.doc-container .rich-text tr,
.doc-container .rich-text td,
.doc-container .rich-text tbody,
.doc-container .rich-text hbody {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: inherit;
}

.doc-container .rich-text s,
.doc-container .rich-text sub {
    font-family: inherit;
    color: inherit;
    background-color: inherit;
}


.doc-container .rich-text table td{
    padding: 2px;
}

.doc-container .rich-text table {
    border-collapse: collapse;
}

.doc-container .rich-text table > tr > td, 
.doc-container .rich-text table > tr > th, 
.doc-container .rich-text table > tbody > tr > td, 
.doc-container .rich-text table > tbody > tr > th, 
.doc-container .rich-text table > thead > tr > td, 
.doc-container .rich-text table > thead > tr > th
.doc-container .rich-text table > tfoot > tr > td
.doc-container .rich-text table > tfoot > tr > th {
    border: black 1px solid;
}

.doc-container .rich-text ins > img {
    border: 1px solid red;
}

.doc-container .rich-text p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.doc-container .rich-text .pull-right {
    float: right;
}

.doc-container .rich-text .pull-left {
    float: left;
}

.doc-container .rich-text .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.doc-container .rich-text .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.doc-container .rich-text .clearfix {
    clear: both;
}
