/*********************************\
                        Print Style
\*********************************/

/*remove unnecessary Heading and Footer*/
#header-wrapper,
#breadcrumb,
#page_title,
#footer-wrapper,
#floating-manager-menu,
.edit-link {
    display: none;
}

/* Open collapse content */
.expandable {
    display: block !important;
}

/* Change title on background color */
.case-head-title .case-label .label,
.case-head-title .case-title div,
.main-summary .summary-right > .summary-content h2 {
    color: #000000;
}

/* case summary */
.main-summary .summary-left {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d8d8d8;
}
.main-summary .summary-right {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d8d8d8;
}

.case-list-summary {
    position: relative;
    top: auto;
    margin-bottom: auto !important;
    padding-top: 15px;
}
