.gotpropsheetdiv
{
  width: 100%;
}

    .gotpropsheetcontainer
    {
      width: 900px;
      padding: 0;
      margin: 0 auto;
    }

        table#propsheetTabel
        {
          width: 100%;
          height: auto;
        }

            td#propsheetHeaderCell
            {
              width: 100%;
              height: auto;
              font-size: 13px;
              font-weight: bold;
              padding-top: 12px;
              padding-bottom: 8px;
            }

            td#propsheetPropCell
            {
              width: 100%;
              height: auto;
              padding-bottom: 6px;
            }

                table#propsheetPropTabel
                {
                  width: 100%;
                  height: auto;
                }

                    td#propsheetLabelCell
                    {
                      width: 240px;
                      height: auto;
                      padding-right: 10px;
                      vertical-align: top;
                    }

                        td#propsheetLabelCell p
                        {
                          margin: 0px;
                        }

                    td#propsheetValueCell
                    {
                      width: auto;
                      height: auto;
                      vertical-align: top;
                    }

                        td#propsheetValueCell p
                        {
                          margin: 0px;
                        }