/*********************************************************************************************\
*       COPYRIGHT © 2012 ENVISION INFORMATION TECHNOLOGIES, LLC.    ALL RIGHTS RESERVED       *
*       DISTRIBUTION, UNAUTHORIZED USE AND MODIFICATION IS STRICTLY PROHIBITED                *
*       ENVISION IT, MADISON, WI    http://www.envisionitllc.com   info@envisionitllc.com     *
\*********************************************************************************************/

.display_table
{
  font-size: 10px;
  width: 100%;
}

.form_question
{
  margin: 5px 0;
}

.form_question label:first-child
{
  display: inline-block;
  width: 170px;
}

.form_question label + label
{
  display: inline-block;
  margin-left: 20px;
}

.form_question br + label
{
  display: inline-block;
  margin-left: 175px;
}

.form_question input[type="checkbox"]:first-child, .form_question button:first-child
{
  margin-left: 175px;
}

.form_question select, .form_question input[type="text"], .form_question textarea
{
  width: 420px;
}