﻿/*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:91px;
}

.header 
{
    background-color:White;
    /* Need a min-height to match the deckchair for each size */
    	min-height: 82px;
    
}

.titlefont
{
    font-size: 2.0em; 
    }
    
    .MidDiv
{
        display:inline-block;
        white-space: normal;
        width:150px;
       
    } 
.offsetmen4
{
    position: relative;
    left: -62px;
}
.offsetmen41
{
    position: relative;
    left: -64px;
}
.MenuOverrides 
{
   font-size: 0.75em;
}
    .Headshrink
{
    /* Used for Capuchin Headings, shrinking from H1 downwards as the screen size reduces */
    font-size: 1.9em;
      }    
      
.ShrinkingTextBox
{
    width:340px;
    }
/*
.ShrinkingTable
{
     width:380px;
     }      
*/
.QueryBoxB
{
   width:350px;
   border-style:none; 
   text-align:left;
   padding:2px;
   float:left;
   clear:both;
    }
.QueryBoxB2
{
   width:350px;
   }       
.STB550
{
    width:350px;
    }
.STB400
{
    /*Shrinking text box, initial width 400px */
    width:350px;
    } 
.Cardpack2 {
    max-width: 58%;
    }
.IncredibleShrinkingBox
{
    width:325px;
    }     