html,
body {
  background-color: #fff;
  color: #636b6f;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 200;
  height: 100vh;
  margin: 0;
}
b {
  font-weight: 600;
}
.full-height {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.full-height header {
  width: 100%;
  flex-basis: 60px;
}
section.main {
  width: 100%;
  flex: 1;
  position: relative;
  padding: 20px;
  text-align: left;
}
section.main-center {
  width: 100%;
  flex: 1;
  position: relative;
  padding: 20px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.welcome {
  text-align: center;
  padding: 30px;
}
.welcome .title {
  font-size: 2em;
  font-weight: 600;
  margin-top: 20px;
}
.welcome .logo {
  width: 250px;
  display: inline-block;
}
.buttons {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 20px;
}
table .no {
  width: 30px;
  text-align: right;
}
table .score {
  text-align: center;
  width: 150px;
}
.exam-description {
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.exam-question {
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 20px;
  border-radius: 5px;
  margin: 20px 0;
}
.exam-question .exam-question-item {
  font-size: 1.3em;
}
.exam-question .exam-question-item label {
  cursor: pointer;
}
.exam-question .exam-question-item input {
  margin-right: 20px;
}
h1.question {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  h1.question {
    font-size: 28px;
  }
}
/*# sourceMappingURL=style.css.map */