a.dashboard-link {
  display: none;
}

img.printer-cert-image {
  width: 1175px;
  height: 904px;
}

@media screen {
  div.certificate {
    width: 1175px;
    height: 904px;
  }
}

@media print {
  div.certificate {
    width: 1175px;
    height: 898px;
  }

  div.certificate-bloginfo {
    top: 658.95px;
  }

  div.certificate-sitetitle {
    top: 699.95px;
  }
  div.certificate-date {
    top: 665.95px;
  }
}


#dashboard-course > div > div.overview > div > table > tbody > tr > td:nth-child(3) {
  display: none;
  visibility: hidden;
}

#dashboard-course .overview .stats table td:not(:last-of-type) {
  border-right: none !important;
}
