* {
  margin: 0px;
  padding: 0px;
}
body {
  background: #fff;
  font-family: Roboto, Arial, sans-serif;
  text-align: center;
}
#obfuscator {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}
h1 {
  font-size: 32px;
  font-weight: bold;
  margin: 24px 0px 0px;
}
div {
  margin: 24px 2px 8px;
}
div span {
  font-weight: bold;
  font-size: 16px;
}
input[type="file"] {
  display: none;
}
#preview {
  width: 500px;
  max-width: 100%;
  margin-top: 24px;
  display: none;
}
select, input, #photo-visible {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 8px;
  font-family: Arial, sans-serif;
}
input, #photo-visible {
  font-size: 12px;
  background: #F0F0F0;
}
#photo-visible {
  white-space: nowrap;
}
p {
  margin: 24px 0px;
}
p:empty {
  margin-top: 0px;
}
