﻿     
     
    body
    {
        -webkit-print-color-adjust: exact; /* Shows the background color in the print preivew only on Chrome and Safari browsers */
        margin-left:0 5px !important;
    }
    
    h4.BoxContentHeader
    {
       display:block !important; 
       color:#000000 !important;
    }
    
    header, footer, ul.breadcrumb, div.header, ul[class*='nav-tabs'], div#accordion2, div[class*='left-navigation']
    {
        display:none !important;       
    }
 
    
    div[class*='print-content'], div[class*='right-content']
    {
        
         width:100% !important;        
    }
     
    section[class*='graphExplanationDetail'] > .tab-pane, .pill-content > .pill-pane 
    {
        display:block !important;
    }
    
   
   div[class*='box']
   {
       border:0 !important;
   }
   
   a.infobox
   {
       display:none !important;
   }
   
    
    /* Styles for 5 essentials */
    
   
    
    .legends span
    {
        color: #999999 !important;
        font-weight: bolder !important;
        font-size: 0.85em !important;
    }
  
  
    .legendpallette 
    {
        width: 10px !important;
        height: 10px !important;
        display: block !important;
        margin: 5px !important;
    }

    .mostRect 
    {
        background: #112c32 !important;
    }



    .moreRect  
    {
        background: #30525a !important;
    }
    
    
    .avgRect 
    {
        background: #67818c !important;
    }
    
    .lessRect 
    {
        background: #95a5ad !important;
    }
    
    .leastRect 
    {
        background: #bec7cc !important;
    }
    
    
    .noRect 
    {
        background: #8d9ea7 !important;
    }
    
    
    .OddRowColor 
    {
        background-color: #ffffff !important;
    }

    .OddColumnColor 
    {
        background-color: #fbe193 !important;
    }

    .EvenColumnColor
    {
        background-color: #f9d350 !important;
    }

    .EvenRowColor 
    {
        background-color: #f3f3f4 !important;
    }


    /* End of Styles for 5 essentials */
    
    
    /* Styles for Highlights Tab */
    /*.row-fluid p.span4 
    {
        width: 31.623931623931625% !important;
        float:left !important;
    }*/
    /* End of Styles for Highlights Tab */
   