/**** Styles to Hide the Right Column in the "Dealer Portal" Section ****/

/* Format the Columns */
div.columns { background:none; }
div.col1
{
  margin-right:0;
  width:100%;
}
div.col2 { display:none; }

/* Format the Title */
h1.title
{
  width:100%;
  border-bottom:4px solid #e6f1fa;
}