@media not print {
  #print {
    display: none;
  }
}
@font-face {
  font-family: NotoSans;
  src: url('NotoSans-VariableFont.ttf') format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
input,
option,
textarea {
  font-family: NotoSans, sans-serif;
  font-weight: 300;
  font-size: 15px;
  background: #F5F5F5;
}
[v-cloak],
[v-cloak] * *,
[v-cloak] * {
  display: none;
}
hr {
  grid-area: hr;
  border: 2px solid #CF4620;
  border-bottom-width: 0;
  border-right-width: 0;
  width: 70%;
  margin: 12px auto 30px;
}
section hr {
  width: 60%;
}
h1 {
  display: block;
  font-weight: 200;
  font-size: 50px;
  text-align: center;
  line-height: 1;
  margin: 20px 0;
}
@media all and (max-width: 1099px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  display: block;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin: 60px 0 20px 0;
}
@media all and (max-width: 1099px) {
  h2 {
    font-size: 20px;
  }
}
h2:first-child {
  margin-top: 20px;
}
h2 small {
  font-weight: 400;
}
h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter {
  text-transform: uppercase;
}
strong {
  font-size: 36px;
  font-weight: 400;
}
small {
  font-size: 12px;
}
[checked] {
  border-color: #CF4620;
}
button {
  font-size: 18px;
  height: 35px;
  padding: 3px 12px 6px 12px;
  margin: 15px 7px;
  cursor: pointer;
  background: #ffa890;
  border-radius: 7px;
  border: none;
  color: #CF4620;
  font-weight: 400;
  white-space: nowrap;
}
button:hover {
  background: #CF4620;
  color: white;
}
section#edit article {
  margin: 75px auto;
  width: 70%;
  padding: 40px;
  background: white;
  border-radius: 15px;
}
label {
  display: grid;
  grid-template-columns: 35% 65%;
  grid-gap: 15px;
  line-height: 2.5;
  justify-items: right;
  margin: 20px 0;
}
label aside {
  justify-self: left;
}
input {
  border: solid 1px #F5F5F5;
  background: #F5F5F5;
  outline: none;
  color: #235E91;
  font-weight: 400;
  padding: 6px 10px;
  height: 40px;
  margin: 1px;
  width: 270px;
}
input.short {
  width: 179px;
}
input.long {
  width: 450px;
}
input::placeholder {
  color: #777777;
  font-size: 12px;
}
.input-with-hint {
  display: inline;
}
ul {
  display: block;
  position: absolute;
  z-index: 1;
  height: auto;
  width: auto;
  background: white;
  border: solid 1px #F5F5F5;
  box-shadow: 4px 4px 4px #cccccc;
}
ul li {
  list-style-type: none;
  color: #777777;
  font-size: 15px;
  padding: 2px 10px;
  text-overflow: ellipsis;
  width: 360px;
}
ul li.short {
  width: 239px;
}
ul li.long {
  width: 480px;
}
ul li:hover {
  color: #235E91;
}
button#add {
  position: relative;
  top: 5px;
  height: 38px;
  width: 80px;
  border-radius: 0;
  font-size: 12px;
  margin: 0;
}
.has-button {
  margin-right: -80px;
}
/*# sourceMappingURL=edit.css.map */