﻿input
{
    overflow:visible;
}

textarea 
{
    overflow:visible;
    display:block;
    float:none !important;     
    height:auto !important;
}

.ShowOnPrint { display:block; }
.HideOnPrint { display:none; }

.customColumnsOuter { padding:0px; }

.customDivider { display:none; }
                    
#customContentContainer  
{
    width:auto; 
    border:0px solid #ccc;
    margin:0px;
	-moz-box-shadow: 0px 0px 0px #AAA;
	-webkit-box-shadow: 0px 0px 0px #AAA;
	box-shadow: 0px 0px 0px #AAA;	    
}
    #customContent
    {
        border:0px solid #ccc;
    }

.customContentPanel 
{
    width:100%;
}

#customBannerLeft 
{
    width:100%;
}

#customBannerRight 
{
    display:none;
}
/*
.customColumnsOuter 
{
    padding:3em;
}*/
.customColumnsOuter .w12.customColumn,
.customColumnsOuter .w16.customColumn 
{
    width:100%;
    margin:0px;
}

#customMain 
{
    width:100%;
}

.customReviewHeader.customPanel h2,
.customReviewHeader.customPanel h3 
{
    padding-left:0px;
    padding-right:0px;
}

.customPanel.customReviewSummaryHeader,
.customReviewSections,
.customPanel.customForReviewSummary .customSub
{
    padding-left:1.7em;
    padding-right:1.7em;
}

.customQuestionDetailOverflow 
{ 
    max-height:none;
    overflow:visible;		            
}

#customFooterContainer {
	width:100%;
	margin:0px;
	padding:0px;
	display:none;
}