* {
  font-family: 'Lato', sans-serif;
}

html,
body,
#root {
  display: flex;
  flex: 1;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

#printPortal {
  display: none;
}

/* This rule is to support the Looker graphing x axis tick calculation */
body>span {
  height: fit-content;
}

.visx-tooltip-glyph>svg {
  height: 1px;
  width: 1px;
}

@media print {
  #root {
    display: none;
  }

  #print-preview-title {
    display: none;
  }

  #print-preview-actions {
    display: none;
  }

  #print-preview {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }
}