body, textarea, input {
  font-family: Georgia, Times, Times New Roman, serif; }

  a {
    color: black; }
    a:hover {
      text-decoration: none; }

body {
  padding: 0;
  margin: 0;
  overflow: hidden; }
  body .loader {
    display: none;
    position: absolute;
    top: 0;
    right: 0; }
    body.saving .loader {
      display: block; }
      body.saved {
        padding-bottom: 50px; }

textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0;
  font-size: 18px;
  width: 82%;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  padding: 2%; }
  textarea:focus {
    outline: none; }
    body.saved textarea {
      bottom: 50px; }

input[type="submit"] {
  position: absolute;
  bottom: 5px;
  right: 5px; }
  .init input[type="submit"] {
    display: none; }

#panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4637C9;
  padding: 1px;
  margin-bottom: -100px;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #ffffff; }
  #panel, #panel input {
    font-size: 15px; }
    #panel input, #panel a, #panel form {
      margin: 0 10px 0 0;
      display: inline-block;
      vertical-align: middle; }
      #panel img {
        opacity: 0.5;
        cursor: pointer;
        margin: 0 0 0 15px; }
        #panel img:hover {
          opacity: 1; }
  #panel #share, #panel #delete {
    display: inline-block;
    vertical-align: middle; }
    #panel #delete button {
      background: none;
      border: none;
      margin: 0; }
  body.saved #panel {
    margin-bottom: 0;
    transition: 300ms margin; }

.loader:before, .loader:after, .loader {
  font-size: 5px;
  border-radius: 50%;
  width: 1.25em;
  height: 1.25em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

  .loader {
    color: #66ac22;
    margin: 3em 6em;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

    .loader:before {
      left: -1.75em;
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }

      .loader:after {
        left: 1.75em; }

        .loader:before, .loader:after {
          content: '';
          position: absolute;
          top: 0; }

          @-webkit-keyframes load7 {
            0%, 80%, 100% {
              box-shadow: 0 1.25em 0 -1.3em;   }
              40% {
                box-shadow: 0 1.25em 0 0;   }
}

@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 1.25em 0 -1.3em;   }
    40% {
      box-shadow: 0 1.25em 0 0;   }
}
