/*************************************************************************
 * Created By: IT Serenity
 *========================================================================
 * Original Developer: Rob Couch
 *========================================================================
 * Purpose: Cascading Style Sheets Supporting Same Named .php Script
 *========================================================================
 * Modifications: Date - Developer - Description Of Coding Change
 * -----------------------------------------------------------------------
 * 2)
 * -----------------------------------------------------------------------
 * 1)
*************************************************************************/
.Pad
{
  background-color: #EBF0FA;
  border-style: outset;
  display: inline-block;
  padding: 16px 16px;
}
.PadMax
{
  background-color: #EBF0FA;
  border-style: outset;
  display: inline-block;
  max-width: 70%;
  padding: 8px 16px 8px;
  text-align: left;
}
#Page div:target
{
  background: rgba(255, 0, 0, .2);
}
