/* This CSS collapses the tools area */


/* Setting widths */

#informationHeader,
#informationBody {
width:100%;
}


#toolsHeader,
#toolsBody {
width:32.9%;
}

#toolsExpanded {
display:block;
width:100%;
overflow:hidden;
}

#toolsCollapsed {
display:none;
}







