html,
body,
#root,
#root > div {
  width: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.preflight-table-row:hover td {
  background-color: #2d4b6f;
  color: white;
}

.preflight-table-row:hover td div[data-action-text="true"] {
  color: white;
}
