.affix {
  position: sticky;
  top: 20px;
  z-index: 989; }

.affix-bottom {
  position: sticky;
  bottom: 0;
  z-index: 989; }

.text-area {
  height: 60px; }

@media print {
  .affix {
    position: absolute;
    top: 0; }
  .btn {
    display: none; }
  a.btn, .print-button {
    display: none !important; }
  .logo-for-printing {
    display: block !important; } }