.terra-Application {
  background-color: #e3f2fd;
  box-sizing: border-box;
  color: #1976d2;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 87.5%;
  height: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }
  .terra-Application body {
    margin: 0; }
  @media print {
    .terra-Application {
      background-color: transparent !important;
      color: #000 !important; } }
  @media only screen and (min-width: 34em) {
    .terra-Application {
      background-color: #b2dfdb !important; } }
  @media only screen and (min-width: 48em) {
    .terra-Application {
      background-color: #b2ebf2 !important; } }
  @media only screen and (min-width: 62em) {
    .terra-Application {
      background-color: #e1bee7 !important; } }
  @media only screen and (min-width: 76em) {
    .terra-Application {
      background-color: #c8e6c9 !important; } }
  @media only screen and (min-width: 90em) {
    .terra-Application {
      background-color: #ffcdd2 !important; } }
