a {
  border: none;
}

* {
  outline: none;
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

div {
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #00a3ff;
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  /*box-sizing: inherit;*/
}

