html {
  line-height: 1; }

body {
  background-color: #F0F0F0;
  line-height: 1.1;
  font-size: 10px;
  margin: 0; }

::selection {
  background-color: #222;
  color: #F0F0F0; }

::-moz-selection {
  background-color: #222;
  color: #F0F0F0; }

::placeholder {
  color: #666;
  opacity: 1; }

.hashapp {
  display: none;
  font-family: monospace;
  font-size: 18px;
  background-color: #F0F0F0;
  color: #222;
  margin: 0 auto;
  text-align: center;
  max-width: 380px;
  padding: 20px; }
  .hashapp--loaded {
    display: block; }
  .hashapp a {
    color: #666;
    text-decoration: none;
    font-weight: bold; }
  .hashapp a:hover {
    color: #222;
    text-decoration: underline; }
  .hashapp a, .hashapp input {
    outline: none; }
  .hashapp p {
    margin: 0; }
  .hashapp input {
    margin-top: 5px;
    display: block;
    width: 100%;
    background-color: #F0F0F0;
    font-family: monospace;
    font-size: 18px;
    color: #222;
    border-radius: 0;
    border: 1px solid #CCC;
    padding: 5px; }
    .hashapp input:disabled {
      color: #666; }
  .hashapp .intro {
    margin: 0 auto;
    text-align: left; }
    .hashapp .intro p {
      font-size: 15px; }
  .hashapp .form {
    background-color: #F0F0F0;
    margin: 0 auto .5em;
    text-align: left; }
    .hashapp .form .input {
      display: inline-block;
      margin: 0 1% 10px 0;
      width: 49%; }
      .hashapp .form .input:nth-child(2n+0) {
        margin: 0 0 5px; }

/*# sourceMappingURL=hash.css.map */
