/**
 * @file
 * Print Styles
 *
 * This file is to provide CSS for printing Lyndon Theme content.
 */

body {
  color: #000;
  background: #fff;
}

header {
  display: none;
}

.nav-tabs .nav-item:not(:last-child) {
  display: none;
}
