#save {
  position: fixed;
  bottom: 1em;
  right: 2em;
  background-color: black;
  color: white;
  text-decoration: none;
  display: block;
  border-bottom: none !important;
  padding: .5em;
  border-radius: .5em;
}

#plotWrite {
  border: 2px solid black;
  padding: 1em;  
}

#plotWrite:focus {
  outline: none;
}

#secretPlot {
  display: none;
}