#criticalGainsCalc {
      float: left;
      display: inline;
    }

    .leftCol {
      display: block;
      float: left;
      top: -45px;
    }

    .rightCol {
      background: none repeat scroll 0 0 #c3c6c3;
      float: right;
      margin-left: 20px;
    }

    .rightCol>p {
      font-weight: bold;
    }

    .rightCol li {
      font-weight: bold;
    }

    .leftCol>p {
      font-weight: bold;
    }

    .displayDate {
      font-weight: normal;
      display: inline;
    }

    .dateTitle {
      display: inline-block;
      min-width: 225px;
      max-width: 225px;
    }

    form {
      height: 100%;
    }