/*Hide unnecessary elements*/
.navbar, #header, #menu_left_container, #footer_container, #search_top, h1{
    padding: 0;
    margin: 0;
    display: none !important;
}

/*Use whole width*/
.span8, .span2 {
    width: 95% !important;
}

body, #menu_and_content_container{
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    color: #000000;
    background: none;
    font-family: 'Times New Roman', serif;
    font-size: 11pt;
    float: none !important;
    border: 0;
}

/*Remove URLs for printing*/
a[href]:after {
    content: none !important;
}
/* Remove copy buttons */
a.cite-box-btn, div.document-volume input.cite-box-link {
    display: none !important;
}

span.cite-box-print {
    display: inline !important;
}

/*Set the page size and the margins*/
@page {
   size: auto;
   margin: 17mm 7mm !important;
}

/*Handle headings*/
h2, #anc_p, #anc_dau, #anc_ds, #anc_dad, #anc_dm{
    font-size: 12pt !important;
    font-weight: bold !important;
    page-break-after: avoid !important;
    font-family: Georgia, serif;
}

h2{
    font-size: 14pt !important;
}

/*Show all tabs*/
#tabstrip-1, #tabstrip-2, #tabstrip-3, #tabstrip-4, #tabstrip-5, #tabstrip-6, #tabstrip-7, #tabstrip-8, #tabstrip-9, #tabstrip-10{
    display: block !important;
}

/*Remove redundancy of tabs*/
#tabstrip-2 .document-detail-date, #tabstrip-2 .document-detail-title, #tabstrip-2 .document-detail-type, #tabstrip-2 .document-detail-summary,
#tabstrip-3 .document-detail-date, #tabstrip-3 .document-detail-title, #tabstrip-3 .document-detail-type, #tabstrip-3 .document-detail-summary,
#tabstrip-4 .document-detail-date, #tabstrip-4 .document-detail-title, #tabstrip-4 .document-detail-type, #tabstrip-4 .document-detail-summary,
#tabstrip-5 .document-detail-date, #tabstrip-5 .document-detail-title, #tabstrip-5 .document-detail-type, #tabstrip-5 .document-detail-summary,
#tabstrip-6 .document-detail-date, #tabstrip-6 .document-detail-title, #tabstrip-6 .document-detail-type, #tabstrip-6 .document-detail-summary,
#tabstrip-7 .document-detail-date, #tabstrip-7 .document-detail-title, #tabstrip-7 .document-detail-type, #tabstrip-7 .document-detail-summary,
#tabstrip-8 .document-detail-date, #tabstrip-8 .document-detail-title, #tabstrip-8 .document-detail-type, #tabstrip-8 .document-detail-summary,
#tabstrip-9 .document-detail-date, #tabstrip-9 .document-detail-title, #tabstrip-9 .document-detail-type, #tabstrip-9 .document-detail-summary,
#tabstrip-10 .document-detail-date, #tabstrip-10 .document-detail-title, #tabstrip-10 .document-detail-type, #tabstrip-10 .document-detail-summary
{
    display: none;
}

/* Remove links in document volume */
div.document-volume div.float-right a[href] {
    display: none;
}

/* Show specimen list */
.specimen-wrapper .specimen-list {
    height: auto;
}

/* Remove attachment viewer */
div.document-attachments {
    display: none;
}
/* Separate tags */
div.region-sidebar-second a.tag {
    margin-right: 0;
    padding: 1px 0;
    font-size: 10pt;
}
div.region-sidebar-second > p {
    margin: 0;
}
div.region-sidebar-second h2 {
    font-size: 12pt !important;
    padding-bottom: 0 !important;
}
div.region-sidebar-second a.tag:not(:last-child)::after {
    content: "|" !important;
    margin: 0 3px
}
