/* src/styles.css */
* {
  font-family:
    "Trebuchet MS",
    "Lucida Sans Unicode",
    "Lucida Grande",
    "Lucida Sans",
    Arial,
    sans-serif;
  box-sizing: border-box;
}
html,
body,
main {
  width: 100%;
  height: 100%;
  margin: 0;
}
app-customer-address,
app-address-autocomplete {
  display: block;
  width: 100%;
  flex: 0 0 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
