body {
  font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
}

.note-group-select-from-files {
    display: none;
}

.can-upload .note-group-select-from-files {
  display: block;
}

footer {
  position: absolute;
  bottom: 0px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#app {
  position: relative;
  min-height: 100vh;
}

.heading-link {
  color: black;
  text-decoration: none;
}

a, a:visited {
  color: black;
}

a.btn-primary, a.btn-primary:visited {
  color: #FFF;
}

td.post-actions a {
  padding: 0 5px;
}

h1.post-title {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px){
  footer {
    display: block;
    position: relative;
    text-align: center;
  }

  footer > div {
    margin-bottom: 5px;
    font-size: 12px;
  }

}