

/* Disable export to Word and PDF */
#action-export-word-link {
display: none !important;
}

#exportToMsWord {
display: none !important;
}

#action-export-pdf-link {
display: none !important;
}

/* Change the look of the UI Expander */
.rwui_expandable_item_title {
color: #000 !important; 
font-weight: bold;
/*background: #f4f5f7;*/
}

.rwui_expandable_item_body {
background: #FEFEFE;
border-top:1px solid #cccccc;
}
/*
.rwui_expandable_item_body,
.rwui_expandable_item_body p {
background: #FEFEFE;
}
*/
.rwui_expandable_item 
{
/* border:1px solid #f4f5f7;*/
border:1px solid #cccccc;
}

/* Ensure that text in the left nav bar wraps if it's too long */
.plugin_pagetree_children_span a {
    /*max-width: 200px !important;*/
    white-space: normal !important;
}

/* Change the default width of the livesearch text box */
.search-macro-medium .search-macro-query {
    width: 200px !important; 
}


