/* https://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/

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

table,
caption,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

/*END*/

/* My */

.reset-margin {
  margin: 0;
}

.reset-padding {
  padding: 0;
}

.reset-border {
  border: 0;
}