/* CSS for printing tutorials */
.cwsprintstyle header,
.cwsprintstyle #footer,
.cwsprintstyle .ld-content-actions,
.cwsprintstyle #back-to-top,
.cwsprintstyle #sidebar,
.cwsprintstyle .ld-lesson-status,
.cwsprintstyle #download,
.cwsprintstyle #wpadminbar {
  display: none !important;
}

.cwsprintstyle #main {
  padding-top: 0 !important;
}

.cwsprintstyle .cws-main {
  width: 100%;
}

.cwsprintstyle .cws-main img {
  width: 60%;
  margin: 0 auto;
  display: block;
}

.cwsprintstyle h1 {
  text-align: center;
}

.cwsprintstyle .cws-main-wrapper .row.px-3.px-lg-0.gap-4 {
  padding: 0 !important;
}

.cwsprintstyle .cws-main-wrapper {
  max-width: 100%;
}

.cwsprintstyle main {
  font: 400 14px/1.4 "Montserrat", Helvetica, Arial, sans-serif;
}

.cwsprintstyle h2 {
  font-size: 1.7rem !important;
}

.cwsprintstyle h3 {
  font-size: 22px !important;
}

.cwsprintstyle.single-countdowns .cws-main p,
.cwsprintstyle.single-sfwd-lessons .cws-main p {
  margin-bottom: 1rem !important;
}

/*# sourceMappingURL=printing-tutorials.css.map */
