body,
html {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

a {
  color: #3072c4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.page {
  width: 100%;
  height: 100%;
  margin: auto;
  color: #424242;
}

.row {
  display: flex;
}

.left {
  flex-grow: 0;
  flex-shrink: 0;
  width: 430px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: right;
}

.right {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}

/* Header */

.header {
  height: 200px;
}

.logo-wrapper {
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
}

.logo-wrapper img {
  width: 294px;
}

.title-wrapper {
  height: 100%;
  padding-top: 45px;
  box-sizing: border-box;
  background-color: #5c5c5c;
  color: #ffffff;
  margin: 0px;
  font-weight: 400;
}

.title {
  margin-top: 10px;
  font-size: 80px;
  line-height: 90px;
  text-transform: uppercase;
}

.subtitle {
  margin-left: 3px;
  font-size: 20px;
  line-height: 26px;
  text-transform: lowercase;
}

/* Content */

.content {
  box-sizing: content-box;
  min-height: 290px;
  padding: 40px 0px;
  background-image: url("../images/content-background.png");
  background-size: 30px 30px;
}

.content-left-wrapper {
  border-right: 1px solid #e31c33;
  box-sizing: border-box;
}

.content-right-wrapper {
  border-left: 1px solid #e31c33;
  box-sizing: border-box;
}

.user-name-wrapper {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

.user-name {
  margin: 0px;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  align-self: center;
}

.course-title {
  margin: 10px 0px 0px 0px;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
}

.mark-description {
  margin: 1px 0px 0px 0px;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}

.results-wrapper {
  display: flex;
  padding-top: 30px;
  margin-bottom: 20px;
}

.mark-ring-wrapper {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 142px;
  height: 142px;
  border-width: 6px;
  border-style: solid;
  border-radius: 50%;
  text-align: right;
  border-color: #00000080;
}

.mark-ring-wrapper.mark-ring-green {
  border-color: #22800780;
}

.mark-ring-wrapper.mark-ring-yellow {
  border-color: #d97e0080;
}

.mark-ring-wrapper.mark-ring-red {
  border-color: #ce001480;
}

.mark-value {
  position: relative;
  left: 6px;
  top: calc(50% - 54px / 2 - 4px);
  font-size: 48px;
  line-height: 54px;
  text-align: center;
}

.mark-percent {
  font-size: 24px;
  line-height: 30px;
}

.results {
  width: 100%;
  padding-left: 40px;
  padding-top: 0px;
}

.important-result {
  margin: 0px 0px 16px 0px;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.results ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.result {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
}

/* Footer */

.meta-wrapper {
  padding-top: 30px;
  box-sizing: border-box;
}

.date {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.certificate-link-wrapper {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.likely-wrapper {
  padding-bottom: 30px;
}

.instructors-wrapper {
  padding-top: 30px;
  box-sizing: border-box;
  background-color: #5c5c5c;
  color: #ffffff;
  padding-bottom: 30px;
}

.instructors-wrapper {
  display: flex;
}

.instructors-wrapper a {
  color: #8abeff;
}

.instructor-wrapper {
  padding-left: 40px;
}

.instructor-wrapper:first-child {
  padding-left: 0px;
}

.instructor-role {
  margin: 0px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
}

.instructor-name {
  margin-top: 12px;
  margin: 12px 0px 0px 0px;
  font-size: 20px;
  line-height: 26px;
}

@media print {
  @page {
    padding: 0;
    margin: 0;
  }

  .content {
    background: transparent;
  }

  .title-wrapper {
    background: transparent;
    color: #424242;
  }

  .course-title a {
    color: #424242;
  }

  .instructors-wrapper {
    background: transparent;
    color: #424242;
  }

  .instructors-wrapper a {
    color: #424242;
  }

  .date {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }

  .certificate-link-wrapper {
    display: none;
  }

  .likely-wrapper {
    display: none;
  }

  .important-result {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }

  .result {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
  }

  .instructor-name {
    margin-top: 12px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
}
