pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: pre-wrap;
    word-break: keep-all;
}
    
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label.very-big {
  font-size: 48px;
}
.questions-answer {
  margin-bottom: 5px;
}
a.navbar-brand {
  height: 55px;
  line-height: 40px;
  font-size: 17px;
  font-weight: 500;
}
a.navbar-brand img {
  height: 40px;
  width: 40px;
}
.question-result .form-check label,
#quiz .form-check label {
  word-break: break-word;
}
.input-group-text.for-checkbox {
/*  display: block;
  width: 35px;*/
}
.for-checkbox .form-check-input {
  position: relative;
  margin: 0;
}
@media (min-width: 768px)
{
  a.navbar-brand {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: 500;
  }
  a.navbar-brand img {
    height: 60px;
    width: 60px;
  }
}

@media (min-width: 1024px)
{
  a.navbar-brand {
    height: auto;
    line-height: 82px;
    font-size: 40px;
    font-weight: 500;
  }
  a.navbar-brand img {
    height: 80px;
    width: 80px;
  }
}