.app_container {
    display: block;
    height: auto;
}
.site_header {
    background: none;
}
.sidebar {
    width: auto;
}
.site_header.logo {
    box-shadow: none;
    border: none;
}
.sidebar .menus {
    display: none !important;
}
main .masthead {
    display: none !important;
}
main>.content {
    height: auto !important;
}
.hide_print {
    display: none !important;
}
.ui.message {
    display: none !important;
}
.ui.items {
    box-shadow: none !important;
    border: none;
    padding: 0;
}
.ui.items > .item {
    display: block !important;
}
.ui.items>.item> .image + .content {
    padding: 2em 0 !important;
}
.page_break {
    page-break-before: always;
}
.ui.table {
    border-collapse: collapse;
}
.ui.table>thead>tr>th,
.ui.table>tbody>tr>td{
    color: #444;
    background: #fff;
    border: 1px solid #efefef !important;
}
.ui.table tbody {
    box-shadow: none;
}
