.se_body {
  /* layout wrapper */
  font-size: 1em;
}

#se_title-bar {
  /* title bar container */
}

#se_title-bar .se_title-wrapper {
  /* title wrapper */
}

#se_title-bar h1 {
  /* title text element */
}

#se_title-bar .se_title-logo {
  /* logo container */
}

#se_progress-bar-sticky-wrapper {
  /* progressbar wrapper */
}

#se_progress-bar .progress-bar span {
  /* progressbar label */
}

#se_progress-bar .progress {
  /* progressbar progress */
}

#se_progress-bar .progress .progress-bar {
  /* progressbar bar */
}

.se_error {
  /* general page error item */
}

.se_item {
  /* single survey item container */
}

.se_text {
  /* contents of html-text elements */
}

.se_question {
  /* item title element */
}

.se_instruction {
  /* item instruction label */
}

.se_item_error {
  /* item error container */
}

#se_prev_button {
  /* 'Previous' button */
}

#se_next_button {
  /* 'Next' button */
}

html,body,.se_body,.outer_frame,.se_footer {
  /* Primary Background Color - color palette: default   */
}

#se_title-bar,.se_body .form-control,.btn, .btn-primary,#se_progress-bar .progress {
  /* Secondary Background Color */
}

#se_title-bar,.se_body .form-control,.btn, .btn-primary,.se_question {
  /* Primary Font Color (Labels, ...) */
}

body,.se_instruction {
  /* Secondary Font Color (Instructions, ...) */
}

blockquote {
background-color:bisque;
font-weight:italic;
}