#header {
  background-color: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid #588cc4;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
#header .navbar-content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#header .navbar-content .navbar-text img {
  max-height: 50px;
}
#header .navbar-content .visible-xs {
  padding: 15px 0;
}
#header .navbar-content .visible-xs img {
  max-height: 50px;
}
#header .navbar-content .navbar-brand,
#header .navbar-content .navbar-brand-small {
  margin: 5px 5px 0 0;
  font-size: 24px;
  font-weight: 700;
  font-family: "Sintony", sans-serif;
}

#languages {
  position: absolute;
  right: 0;
  top: 80px;
  padding: 10px 20px;
  margin-left: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 1px solid #588cc4;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #588cc4;
  border-right: 1px solid #588cc4;
  background-color: rgba(255, 255, 255, 0.93);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}
#languages a {
  text-decoration: none;
  transition: color 0.5s ease;
}

html,
body {
  height: 100%;
  color: #1D2D45;
  background-color: #fff;
  font-size: 16px;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Sintony", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

div#wrap {
  padding-top: 70px;
  width: 100%;
}

#content {
  padding-top: 30px;
  padding-bottom: 50px;
}

/* loading */
#loading {
  width: 100%;
  height: 100%;
  text-align: center;
}

div.loading-text {
  padding-top: 30px;
  color: #333;
}

div.options-top {
  padding-bottom: 20px;
}

div.options-bottom {
  padding-top: 20px;
}

/* preview */
#results {
  background-color: #fff;
  color: #000;
  width: 100%;
}

div.result-header {
  width: 100%;
}

div.result-header-info {
  font-size: 12px;
  color: #BECCE3;
}

div.result-header-logo {
  text-align: right;
}

div.title {
  padding: 30px 0;
  font-size: 24px;
  font-weight: 700;
}

div.subtitle {
  font-size: 17px;
  font-weight: 400;
  margin-top: -25px;
  padding-bottom: 20px;
}

div.header {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  background-color: #BECCE3;
  font-weight: 700;
}

div#intro table.table.supplement td {
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #808080;
  border-top: none !important;
  vertical-align: top;
}

div#intro table.table.supplement td.supplement {
  padding-right: 10px;
  white-space: nowrap;
  border-right: 1px solid #808080;
}

div#intro table.table.supplement tr:last-child td {
  border-bottom: none;
}

div#intro table.table.supplement tr:only-child td {
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
}

#results div.roomy {
  padding-top: 5px;
  padding-bottom: 5px;
}

hr.top-border {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #808080;
  margin: 0;
  padding: 0;
}

div.group-header {
  margin-top: 10px;
  margin-right: 1px;
}

div.questions-header {
  border-bottom: none;
  font-weight: 700;
  margin-right: 1px;
}

div.answer {
  padding-left: 10px;
  font-weight: normal;
}

div.comment-header {
  border-top: 1px solid #808080;
  font-weight: 700;
}

#title {
  margin-bottom: 20px;
}

#not-answered table.not-answered td {
  border-top: none;
  border-bottom: 1px solid #808080;
}

#overview table.overview {
  margin-top: -1px;
  border-collapse: collapse;
}

#not-answered table.not-answered td.name {
  padding-right: 10px;
  border-right: 1px solid #808080;
}

#not-answered table.not-answered td.value {
  padding-left: 10px;
}

#not-answered table.not-answered tr:last-child td {
  border-bottom: none;
}

#overview table.overview {
  margin-top: -1px;
  border-collapse: collapse;
}

#overview table.overview td,
#overview table.overview th {
  border: none;
}

#overview table.overview thead {
  border: none;
}

#overview table.overview th {
  padding-left: 0;
  border: none;
}

#overview table.overview td {
  padding: 8px 10px 8px 0;
  border-top: 1px solid #808080;
}

#overview table.overview th.name,
#overview table.overview td.name {
  text-align: left;
}

#overview table.overview th.value,
#overview table.overview td.value {
  border-left: 1px solid #808080;
  text-align: right;
}

#results .group-supplementary .supplementary-title {
  font-weight: bold;
  margin: 0 0 15px 0;
}

#results .group-supplementary .supplementary p.title {
  font-weight: bold;
  margin: 0 0 8px 0;
}

#results .group-supplementary .supplementary p.answer {
  margin: 0 0 25px 0;
}

#results table.group-summary {
  margin: 20px 0 25px 0;
  border-collapse: collapse;
  width: 100%;
}

#results table.group-summary td {
  padding: 8px 10px 8px 0;
  border-bottom: 1px solid #808080;
}

#results table.group-summary tr:last-child td {
  border-bottom: none;
}

#results table.group-summary tr:only-child td {
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
}

#results table.group-summary td.answer {
  border-right: 1px solid #808080;
  width: 250px;
}

#results table.group-summary td.value {
  text-align: left;
  padding-left: 20px;
}

div.question-column {
  padding-right: 0;
}

div.question-column > div.header {
  border-right: 1px solid #808080;
}

div.answer-column {
  padding-left: 0;
}

div.question-help {
  border-top: 1px solid #808080;
  padding: 3px 0;
}

div.question-help p {
  font-size: 12px;
  padding: 0;
  margin: 0;
}

div.question-help a {
  font-size: 12px;
}

.notes:first-of-type {
  margin-top: 35px;
}

.notes .header {
  margin-bottom: 5px;
}

.comments {
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  div.md-space {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  div.group-header {
    margin-right: 0px;
  }

  div.questions-header {
    margin-right: 0px;
  }

  div.question-column {
    padding-right: 15px;
  }

  div.question-column > div.header {
    border-right: none;
  }

  div.answer-column {
    padding-left: 15px;
  }

  div.answer-column div.header {
    border-top: none;
  }
}
