.htmlpreview table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.htmlpreview table th,
.htmlpreview table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.htmlpreview table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.htmlpreview table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.htmlpreview table-bordered {
    border: 1px solid #dee2e6;
}

.htmlpreview table-bordered th,
.htmlpreview table-bordered td {
    border: 1px solid #dee2e6;
}

.htmlpreview table-bordered thead th,
.htmlpreview table-bordered thead td {
    border-bottom-width: 2px;
}

.htmlpreview table {


    border-collapse: collapse;
}

.htmlpreview table th,
.htmlpreview table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.htmlpreview table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.htmlpreview table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.htmlpreview table-bordered {
    border: 1px solid #dee2e6;
}

.htmlpreview table-bordered th,
.htmlpreview table-bordered td {
    border: 1px solid #dee2e6;
}

.htmlpreview table-bordered thead th,
.htmlpreview table-bordered thead td {
    border-bottom-width: 2px;
}



.htmlpreview .sutil {
    color: #868686
}

.htmlpreview .callout {
    margin: 1rem 0;
    padding: .5rem 1rem .5rem 1.5rem;
    background: #e8e7e7;
    border-left: 3px solid #d4d4d4;
    color: #747474;
    font-size: 14px;
    border-radius: 8px;
    border-left-color: #d4d4d4;
    color: #747474;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.htmlpreview .callout.yellow {
    background: #FCF8F0;
    border-left-color: #F9DDA4;
    color: #B49A64;
}

.htmlpreview .callout.blue {
    border-left: 3px solid #9FCCE9;
    color: #5D7F95;
    background: #eef9ff;
}

.htmlpreview .callout.red {
    background: #FCF0F0;
    border-left-color: #FFABAB;
    color: #AA6464;
}

.htmlpreview .callout.gray {
    background: #e8e7e7;
    border-left-color: #d4d4d4;
    color: #747474;
}

.htmlpreview .callout p {
    margin: 0;
}


.htmlpreview  blockquote {
    padding: 10px 10px 7px 10px;
    background: rgb(0,0,0,0.03);
    margin: 40px;
    border-left: 4px solid #4A4B4C
}

 
