/* line 3, /app/app/assets/stylesheets/global/reset.css.scss */
html {
  box-sizing: border-box;
  height: 100%;
}

/* line 8, /app/app/assets/stylesheets/global/reset.css.scss */
* {
  -webkit-tap-highlight-color: transparent;
}
/* line 11, /app/app/assets/stylesheets/global/reset.css.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 18, /app/app/assets/stylesheets/global/reset.css.scss */
div {
  position: relative;
}

/* line 21, /app/app/assets/stylesheets/global/reset.css.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

/* line 27, /app/app/assets/stylesheets/global/reset.css.scss */
h1 {
  font-size: 30px;
  line-height: 35px;
}

/* line 32, /app/app/assets/stylesheets/global/reset.css.scss */
h2 {
  font-size: 25px;
  line-height: 30px;
}

/* line 37, /app/app/assets/stylesheets/global/reset.css.scss */
h3 {
  font-size: 20px;
  line-height: 24px;
}

/* line 42, /app/app/assets/stylesheets/global/reset.css.scss */
p {
  margin: 18px 0;
  padding: 0;
  cursor: text;
}

/* line 48, /app/app/assets/stylesheets/global/reset.css.scss */
span {
  cursor: default;
}

/* line 50, /app/app/assets/stylesheets/global/reset.css.scss */
a {
  color: #000;
  outline: none;
  text-decoration: none;
}
/* line 54, /app/app/assets/stylesheets/global/reset.css.scss */
a span {
  cursor: pointer;
}
/* line 56, /app/app/assets/stylesheets/global/reset.css.scss */
a:hover {
  color: #2873b2;
  text-decoration: none;
}
/* line 61, /app/app/assets/stylesheets/global/reset.css.scss */
a.dashed {
  border-bottom: 1px dashed #000;
}
/* line 63, /app/app/assets/stylesheets/global/reset.css.scss */
a.dashed:hover {
  border-bottom: 0;
}

/* line 67, /app/app/assets/stylesheets/global/reset.css.scss */
img {
  border: 0;
  outline: 0;
  vertical-align: bottom;
  color: #fff;
}

/* line 74, /app/app/assets/stylesheets/global/reset.css.scss */
ul,
ol {
  margin: 12px 0 0;
  padding: 0 0 0 20px;
}

/* line 80, /app/app/assets/stylesheets/global/reset.css.scss */
ul {
  list-style: disc;
}

/* line 84, /app/app/assets/stylesheets/global/reset.css.scss */
ol > li {
  margin: 12px 0 0;
}

/* line 88, /app/app/assets/stylesheets/global/reset.css.scss */
table {
  border-spacing: 0;
}
/* line 92, /app/app/assets/stylesheets/global/reset.css.scss */
table tr > th,
table tr > td {
  padding: 0;
  vertical-align: top;
}
/* line 98, /app/app/assets/stylesheets/global/reset.css.scss */
table tr > th {
  font-weight: normal;
}

/* line 104, /app/app/assets/stylesheets/global/reset.css.scss */
abbr {
  text-decoration: none;
}
