@media print {
  body {
    font-family: 'Open Sans', sans-serif;
  }
  .left-side {
    display: none !important;
  }
  .right-side style {
    display: none !important;
  }
  header {
    display: none !important;
  }
  .stats {
    display: none !important;
  }
  body {
    display: block !important;
    margin: 0;
    padding: 1em;
  }
  .content {
    display: block !important;
    height: inherit !important;
    width: 100%;
  }
  .export-main {
    display: none !important;
  }
  .userback-button-container {
    display: none !important;
  }
  .right-side {
    display: block !important;
    overflow-y: inherit !important;
  }
  img {
    max-width:100%;
    max-height:100%;
  }
  svg {
    width: 100% !important;
  }
  .col.m6 {
    width: 100% !important;
  }
  table {
    width: 100%;
  }
  td {
    text-align: center;
  }
  p.card-title {
    text-align: center;
  }
  .amcharts-chart-div a[href*="amcharts"] {
    display: none !important;
  }
  .chip img {
    display: none !important;
  }
  a {
    color: black;
    text-decoration: none;
  }
  h1 {
    font-size: 3em;
    text-align: center;
    font-weight: 400;
    margin: 0;
  }
  p.card-title.center-align {
    font-size: 2em;
    text-align: center;
    margin: 0;
  }
  p.card-title a {
    font-size: 1.5em;
  }
  .card:not(.title){
    border-top: 1px solid black;
  }
  .page-footer .col.l6.s12 {
    display: none !important;
  }
  .copy-text {
    color: #0e0e0e !important;
  }
  .bookmark {
    display: none !important;
  }
  .btn {
    display: none !important;
  }
  .logTimeModal, .modal-status, .team-edit, #modalEditTeam {
    display: none !important;
  }
}