/*.print-rows > div:not(.text-border)
{
    margin-bottom: 15px !important;
}*/
.print-rows > div
{
    border: 1px solid transparent;
    padding: 1px 14px;
}
.print-rows > div.selected
{
    border-color: #006dcc;
}


.print-edits > div
{
    overflow: hidden;
}
.print-edits > div > i
{
    position: absolute;
    top: 2px;
    z-index: 1;
}
.print-edits > div > i.fa-pencil
{
    right: 5px;
}
.print-edits > div > i.fa-copy
{
    right: 25px;
}
.print-edits > div > i.fa-chevron-right
{
    left: 30px;
}
.print-edits > div > i.fa-chevron-left
{
    z-index: 1;
    left: 5px;
}
.print-edits > div:hover
{
    border-color: #F1C40F;
}
.print-rows > .text-underline
{
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
    border-bottom-color: #000;
}
.print-rows > .text-border
{
    border: 1px solid #000 !important; 
}
.print-rows .bg-gray
{
    background-color: #888 !important;
    -webkit-print-color-adjust: exact; 
    color: #fff !important;
}
.print-rows > .text-bold span
{
    font-weight: bold !important;
}
 

.print-rows .h4, .print-rows .h5, .print-rows .h6, .print-rows h4, .print-rows h5, .print-rows h6, .print-rows h3, .print-rows h2, .print-rows .h3, .print-rows .h2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 3px !important;
}