body {
  background: url('/img/bg.png');
  /* background: repeating-linear-gradient(
    45deg,
    #EEE,
    #EEE 3px,
    #A9DAFF 3px,
    #A9DAFF 6px
  ); */
  font-family: Helvetica;
  word-break: break-word;
  line-height: 1.5;
  letter-spacing: 0;
}

#logo {
  margin: 1.2rem auto;
  text-align: center;
}

#logo img {
  max-width: 100%;
  height: auto;
}

#container {
  margin: 0 0.8rem 0.8rem;
}

#content {
  margin: 0 auto;
  max-width: 546px;
  max-width: 800px;
  border: 1px solid #72A3C6;
  background-color: #A9DAFF;
  border-radius: 0.3rem;
  padding: 1.2rem;
  margin-bottom: 2rem;
}

h1 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 1rem;
}

h3 {
	font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

p, label, input, select, button, .copy {
  font-size: 1.2rem;
}

p, .copy {
  line-height: 1.6rem;
  margin-bottom: 0.7rem;
}

input, button, select, textarea {
  background-color: #90CFFF;
  border: 2px solid #72A3C6;
  border-radius: 0.3rem;
  padding: 0.4rem;
}

input[type="file"], button, select {
  cursor: pointer;
  max-width: 100%;
}

textarea {
  font-family: monospace;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 5rem;
}

.upload-hint {
  margin: -0.4rem 0 0.7rem;
  color: #1f3a5f;
}

input::placeholder {
  color: #72A3C6;
}

label {
  display: block;
  cursor: pointer;
  margin-bottom: 0.385rem;
}

i {
  font-style: italic;
}

b {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #427DF5;
}

small {
  font-size: 0.85rem;
}

#upload {
  border: 2px dashed #72A3C6;
  border-radius: 0.3rem;
  padding: 0.6rem;
  margin-bottom: 0.7rem;
}

.form-control {
  margin-bottom: 1rem;
}

.faq {
  font-size: 1.2rem;
  line-height: 1.65rem;
}
.faq + .faq {
  margin-top: 1.3rem;
}

.faq .q {
  /* font-style: italic; */
  font-weight: bold;
}

.faq .a {
  padding-top: 6px;
}

.upload-manage {
  margin-bottom: 2rem;
}

.upload-manage .details {
  font-size: 0.85rem;
}

.upload-manage label {
  display: inline;
  font-size: inherit;
}

.deleted {
  text-decoration: line-through;
}

.upload-manage [data-banned] {
  display: none;
}

.upload-manage.banned [data-banned] {
  display: inline;
}

.upload-manage.banned [data-not-banned] {
  display: none;
}

.share-container {
  margin-top: 2rem;
}

.text-red {
  color: #ff0000;
}

.delete-file {
  margin-top: 2rem;
}

.delete-file summary {
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  padding: 0.3rem 0;
}

.delete-file .explainer {
  /*font-size: 1rem;*/
  line-height: 1.5rem;
  margin-top: 0.6rem;
}

.delete-file form {
  margin-top: 1rem;
}

.download-link-container {
  margin-top: 1rem;
}

.download-link {
  font-size: 1.2rem;
  font-weight: 600;
}

.footer {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  text-align: center;
  /*font-weight: 600;*/
  background: #efefef;
  max-width: 800px;
  margin-inline: auto;
  padding: 1.2rem;
  border-radius: 0.3rem;
}
