﻿@page {
  margin: 16mm;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Times New Roman", serif;
}

.scroll-to-top,
.copy-bibtex-btn,
.more-works-container {
  display: none !important;
}

.section {
  padding: 10px 0 !important;
}

.card,
.code-card,
.method-card,
.media-card,
.hero-panel {
  box-shadow: none !important;
  border: 1px solid #cccccc !important;
}

pre {
  background: #f5f5f5 !important;
  color: #000000 !important;
  border: 1px solid #cccccc;
}
