@charset "utf-8";

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 0 0 1px rgba(0,0,0,0.3); */
}
img{
  vertical-align: top;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,ol {
  list-style: none;
}
button {
  border: none;
  background: none;
  font: inherit;
  color: inherit; 
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
