body,
html,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
li,
ol {
  list-style: none;
}

i {
  font-style: normal;
}

input {
  border: 1px solid #000;
  outline: none;
  background: none;
}

div,
p,
input {
  box-sizing: border-box;
}

button {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #000;
  border-color: transparent;
  outline: none;
  background-color: #fff;
  box-shadow: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  background-color: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

[v-clock] {
    display: none;
}