
html {
  background-color: #fcfaf8; !important
  background-image: url("http://consolidated-financial.com/sites/default/themes/bootstrap_apregan/images/bg-dark.png");
}

  body {
    background: none;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;

    min-height: auto;
    width: 828px;
  }


  a {
    color: #19A58C;
    text-decoration: none;
  }
    a:hover {
      text-decoration: underline;
    }

  a.moreOrLess,
  div.nameArea a.moreOrLess:active,
  div.nameArea a.moreOrLess:link,
  div.nameArea a.moreOrLess:visited {
    color: #19A58C;
  }

  header {
    display: none;
  }

  header img {
    display:none;
  }

    div#login {
      display:none;
    }

    a#homeLink {
      display:none;
    }

  div#menu {
    display: none;
  }

  div#content {
    border-radius: 0;
    background-color: transparent;
    width: 816px;
  }

  div#contentArea {
    padding: 0;
  }

    div.card {
      box-shadow: none;
      border: 1px solid #e0e0e0;
    }

    div.cardTab {
      box-shadow: none;
      border: 1px solid #e0e0e0;
    }

      button.printContract.smallButton {
        box-shadow: none;
        text-shadow: none;
        border: solid #d2d1d1 1px;
        background-color: white;
        color: #19A58C;
      }
        button.printContract.smallButton:hover {
          box-shadow: 0px 0px 9px #378a77;
        }



  div#dataFooter {
    display:none;
  }

  div#contentAreaFooter {
    display:none;
  }




