/*******************************************************************************
 ****   Admin Print Styles
 ******************************************************************************/

html{
    font-size: 1em;
    background: #fff;
}
body{
    background: #fff;
    font-zie: 1em;
}
#sliph-cms,
#sliph-content > .inner,
#sliph-content .section
{
    margin: 0;
    padding: 0;
}
#sliph-sidebar,
#sliph-header,
#sliph-cms-branding,
div.buttons,
button,
.risk-threat-pip,
.bui-show,
#sliph-content .section .title,
a.title-link,
.ui-button
{
    display: none;
}
.bui-item{
    display: block !important;
}
th{
    font-weight: bold;
}
.sliph-form td,
.sliph-form th{
    padding: 3px !important;
    border: 1px solid #e5e5e5 !important;
}
#sliph-content .section{
    box-shadow: none;
    border-raidus: 0;
}
a,
.sliph-form.record-section .sliph-user-notes-legend,
.sliph-form.record-section .sliph-breach-scroll-to{
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #eee;
}
.record-title{
    padding: 5px;
    font-weight: bold;
    border: 1px solid #e5e5e5;
    margin-bottom: 0.5em;
}