body {
  background: #ffffff;
  color: #333333;
  margin-top: 5rem;
}

.wrapper {
  min-height: 100vh;
}

main {
  margin-bottom: 2.5rem;
}

.container {
  max-width: 960px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
}

.bg-winsent-green {
  background-color: #96c01d;
}

.bg-winsent-gray {
  background-color: #878786;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 60px;
  width: 60px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

.content-heading {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #555;
}

.operation-links {
  display: inline-flex;
  list-style: none;
  padding: 0;
}

.object {
  margin-top: 20px;
}

.operation-links li {
  padding-right: 10px;
}

.object .info {
  font-size: 14px;
}

.spacer {
  margin-right: -50px;
}

#accept_privacy {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}

/* Panel Styles */
.bk-root .choices {
  z-index: 99;
}

.bk-root .choices.is-focused.is-open {
  z-index: 1000;
}

.bk .scrollable {
  overflow-X: hidden;
}

.bk .markdown h3 {
  min-width: 50vw;
}

.bk .scrollable .slick-viewport.slick-viewport-top.slick-viewport-left {
  margin: 20px 0 !important;
  overflow: unset !important;
}

/*
 * Getting Started Page
 */
 #accordionFaq button {
  background-color: rgba(0, 0, 0, 0.03);
}

.getting-started-button {
  font-style: italic;
}

.centered-image {
  margin: 0 auto;
  display: block;
  padding-bottom: 15px;
}

table#structure-positions {
  border: 0px;
  margin: 0 auto;
  width: 50%;
}

table#structure-positions tr {}

table#structure-positions tr.first-row {
  font-weight: bold;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

table#structure-positions tr.first-row td {
  padding-top: 5px;
  padding-bottom: 5px;
}

table#structure-positions tr.odd-row {
  background-color: rgba(0, 0, 0, 0.03);
}

table#structure-positions td.center-data {
  text-align: center;
}

hr.page-separator {
  margin: 40px 0 40px 0;
}

ol#download-process-list li {
  padding: 15px 5px 15px 0px;
}

ol#download-process-list li li {
  padding: 10px 0px 10px 0px;
}

ol#download-process-list li li li {
  padding: 5px 0px 5px 0px;
}

span.image_marker {
  color: #e70000;
}
