﻿/*Screen width<600 pixels.  We shrink components and hide right bee. */
.rightbee 
{
    /* Hide the right bee */
    display:none;
}

.leftbee
{
    float:left;
    margin:0;
    max-width:160px;
}

.ResultsHeading
{
    text-align:center;
}

.titlefont
{
    font-size: 2.90em; 
    }
.TwentyPages
{
    display:none;
    
    }

.TenPages
{
  display:inline;
   /*Display of page numbers in search results */ 
    }    
.HomeSubhead
{
    padding: 0px; 
    margin-top: 2px; 
    margin-bottom: 2px;
    font-size: 1.0em;
}
.ShrinkingTable
{
     width:100%;
     } 
 
.SearchBoxC
{
   width:100%;
   text-align:Center;
   padding:2px;
  float:left;
       clear:Both;
       
    }
.QueryBoxA
{
   text-align:left;
   padding:2px;
      float:left;
      clear:none;
    }
.QueryBoxA2
{
   width:100%;
   text-align:left;
   }    
.QueryBoxB
{
   width:550px;
   border-style:none; 
   text-align:left;
   padding:2px;
   float:left;
   clear:both;
    }
.QueryBoxB2
{
   width:450px;
   clear:both;
    }   

.Desktop
{
    display:none;
    }
 .Mobile 
{
    display:block;
}     
.IncredibleShrinkingBox
{
    width:625px;
    } 