header {
  margin-bottom:40px;
}
footer {
  margin-top:40px;
}
#main.container-fluid {
  width:100%;
  max-width:1200px;
}
.hljs {
  padding:20px;
}

.alert-success {
  border:none;
}

html,
pre code {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE;
}
body::-webkit-scrollbar {
  width: 11px;
}
body,
pre code {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.view-form-submission-data table,
table {
  background: transparent;
  margin-top:0;
}
table tr {
  background: transparent;
}
table tr th {
  background: rgba(0,0,0,0.05);
  border-bottom-style:none;
  color:#333;
}
table tr td {
  background: rgba(0,0,0,0.03);;
  border-color:#FFF;
}

.layout__region--first {
  padding-right:20px;
}
.block-views {
  margin-bottom:20px;
}
#block-mainnavigation {
  width:100%;
}
#block-mainnavigation .navbar-nav {
  float:right;
  text-transform:uppercase;
  font-weight:bold;
}
#navbar-main {
  width:100%;
  max-width:1200px;
  margin:0 auto;
}