﻿@charset "UTF-8";
/*==================================================
 BASE CSS
==================================================*/

html,
body {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  font-weight: normal;
}

p,
div {
  text-align: left;
}

ol,
ul {
  text-align: left;
  list-style: none;
}

address,
caption,
cite,
code,
em,
strong,
sup,
sub {
  font-weight: normal;
  font-style: normal;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
span,
a,
blockquote,
th,
td,
img {
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img {
  border: 0;
  vertical-align: top;
}

label {
  outline: none;
  line-height: 200%;
  padding: 0;
}

:focus {
  outline: none;
}

a {
  text-align: left;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a,
button {
  outline: none;
}

[id] {
  scroll-margin-top: 12rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
}
table th {
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  html {
    scroll-padding-top: 8rem;
  }

  [id] {
    scroll-margin-top: 1rem !important;
  }
}
