/*
***
***
***
***
***
*/
* {
  font-weight: normal;
  color: #333;
  margin: 0;
  padding: 0;
  /*max-width: 100%;*/
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

*:focus {
  outline: none;
}

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

img {
  vertical-align: bottom;
  transition: 0.3s;
  max-width: 100%;
}

input[type=submit] {
  cursor: pointer;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #6dace2;
}

a:hover {
  color: #0069c5;
}

table {
  border-spacing: 0px;
}/*# sourceMappingURL=reset.css.map */