h2 {
  font-size: 28px !important;
}
h3 {
  font-size: 24px !important;
}
.welcome {
  position: absolute;
  right: 0;
  top: -33px;
}
.main-content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.question {
  border: 1px solid #959595;
  background-color: rgba(187, 191, 162, 0.46);
  padding: 10px;
  width: 100%;
  margin-bottom: 18px;
}
.question input[type=text] {
  width: 120px;
  border-radius: 4px;
  border: 1px solid #959595;
  padding: 3px;
}
.wrong {
  border: 2px solid red !important;
}
.correct {
  border: 2px solid green !important;
}
.form-group {
  margin-bottom: 20px;
}
.lesson-graphic {
  width: 100%;
  text-align: center;
}
.lesson-graphic img {
  margin: 30px auto;
}
.progress-table p {
  padding-left: 40px !important;
}
.progress-table p .toc-done {
  position: absolute;
  left: 12px;
}
.progress {
  margin: 20px 0;
  width: 100%;
  border: 1px solid black;
  border-radius: 4px;
  height: 24px;
  background-color: #f8f8f8;
}
.progress .progress-bar {
  height: 22px;
  border-radius: 4px 0 0 4px;
  background-color: #6a7a19;
  color: white;
  padding-left: 10px;
  line-height: 21px;
  font-size: 12px;
  min-width: 20px;
}
.subsection-text {
  margin-top: 20px;
}
.subsection-text h4 {
  font-size: 14px;
  margin-bottom: 0;
}
#certificate-of-completion {
  width: 1024px;
  height: 772px;
  background-image: url("/img/certificate-background.png");
}
#certificate-of-completion h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 37px !important;
  margin-top: 428px;
  display: block;
  position: absolute;
  width: 1024px;
  text-align: center;
}
#check_answers {
  display: none;
  float: right;
}
