@charset "UTF-8";
/** This stylesheet handles the visibility of certain elements and layout when printing 
 * 2009, Mintel International Group, Ltd.
 */

html {
    min-height: 100%;
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
}

body .topGreenCornerText {
    background-color: #6A963A !important;
    color: #AAA;
}

#searchform {
    display: none; 
}

.green_box {
    display: none; 
}

#footer  {
    display: none; 
}

#print_footer {
    display: block;
    position: static;
    bottom: 0;
    left: 0;
    padding-top: 3em;
    color: #CCC;
}

.page-settings { 
    display: none; 
}

.noprint { 
    display: none!important;
}

div#main_content {
    background: white!important;
}

table.body_table td.base-column {
    background: white!important;
}

#middlecolumn { 
    background: white; 
    float: none; 
    width: 100%; 
    margin: 0;
    padding: 0;
}

td#base_table_right_col.base-column {
    padding: 0;
}

div.abridged_restaurant div {
    overflow: auto;
    white-space: nowrap !important;
}

body { 
    background: #fff; 
}

@page {
    margin: 0.75in 0.75in 0.5in 0.75in;
    text-align: center;
}

@page {
  @top {
    content: flow(page_header);
  }
}

div#page_header {
    display: block;
    flow: static(page_header);
}