/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .generate-pdf #proterm_pdf_get {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: fit-content;
  border-radius: 0px 10px 10px 0;
  display: inline-block;
  background: #28292e;
  color: #ffffff;
  border: 0;
  padding: 12px 25px;
  font-weight: 600;
  cursor: pointer;
  min-width: 140px;
  text-align: center;
}
#download_html {
  position: fixed;
  top: 100px;
  bottom: 0;
  margin: auto;
  left: 0;
  height: fit-content;
  border-radius: 0 10px 10px 0;
  display: inline-block;
  background: #234925;
  color: #ffffff;
  border: 0;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  min-width: 140px;
  text-align: center;
}