/**
 * BASIC TAG STYLING
 **/
html,
body {
  height: 100%;
  margin: 0;
}
body {
  display: flex;
  flex-direction: column;
  background-color: #f2f6fa;
  color: #303030;
  font-family: Lato, sans-serif;
}
/**
 * LAYOUT & LARGE SITE ELEMENTS
 **/
#top_ribbon {
  /**NEW BRANDING**/
  --ribbon-color: #41B4E6;
  padding: 4px 5px;
  /* background-color: #73c41c;
    background: linear-gradient(90deg, rgba(91,176,0,1) 0%, rgba(115,196,28,1) 60%, rgb(135, 235, 29) 100%); */
  background: var(--ribbon-color);
  color: white;
  font-weight: 700;
}
#top_ribbon > .column_main {
  display: flex;
  align-items: center;
}
#top_ribbon > .column_main .kbsl_site {
  display: contents;
  color: inherit;
  text-decoration: none;
}
#top_ribbon > .column_main .top_ribbon-notice {
  white-space: nowrap;
  margin-left: auto;
  padding: 2px 8px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s;
}
#top_ribbon > .column_main .top_ribbon-notice:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
#top_ribbon.test_mode_ribbon {
  background: url(/dist/e72afb1eee3660dd8df5.svg), var(--ribbon-color);
  text-shadow: 0 2px 4px #000a;
}
#kbsl_sitelogo {
  vertical-align: middle;
  height: 1em;
  padding: 5px 5px 5px 0;
  /* margin-left: 7px; */
  margin-left: 2px;
}
#kbsl_sitebrand {
  display: flex;
  align-items: center;
  gap: 16px;
  vertical-align: middle;
  width: 100%;
  padding: 5px;
}
#kbsl_sitebrand .db-name,
#kbsl_sitebrand button {
  font-family: monospace;
}
#kbsl_sitebrand .db-name {
  margin-left: auto;
}
.top_notice {
  padding: 10px;
  border: 2px solid #d02233;
  background-color: #ea0000;
  color: white;
  font-weight: bold;
}
.top_notice-test_clock {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #540074;
}
.top_notice-billing-trial {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #34a853;
}
.top_notice-billing-trial_ending,
.top_notice-billing-trial_ended {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ec7900;
}
.top_notice-billing-unpaid,
.top_notice-billing-expiry {
  border-color: #d02233;
  background-color: #ea0000;
}
.top_notice-mfa {
  border-color: #ddb000;
  background-color: #ffe300;
  color: black;
}
.top_notice-mfa a:not(.noshow),
.top_notice-mfa .a {
  font-style: italic;
  text-decoration-color: #3f5cb1;
}
.top_notice b {
  font-weight: 900;
}
.top_notice a,
.top_notice .a {
  color: inherit;
}
#header {
  background-color: #2f4482;
  color: white;
}
#header > .column_main {
  position: relative;
  padding: 15px 15px 0 15px;
}
#header #sitelogo {
  display: block;
  padding: 10px 0px 20px 0px;
}
#header #sitelogo > a {
  border: none;
  outline: none;
  color: white;
  text-decoration: none;
}
#header #sitelogo > a:hover {
  text-decoration: underline;
}
#header #header-link_row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
#header #userops {
  display: flex;
  align-items: flex-end;
}
#header #userops .hlink {
  margin: 0;
}
#header #userops_slim {
  display: flex;
  align-items: center;
}
#header #header_links,
#header #userops {
  margin: 0;
  padding: 0;
  border: 0 solid #000;
  /*
		background: rgb(2,0,36);
		background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(54,54,55,1) 35%, rgba(0,0,0,1) 100%);
		*/
}
#header #header_links .hlink,
#header #userops .hlink {
  border-radius: 5px 5px 0px 0px;
}
#header #header_links {
  display: flex;
  overflow-x: auto;
  margin-right: 10px;
}
#header #header_links_slim {
  display: flex;
  overflow-x: auto;
  margin-right: 10px;
}
#header #header_links_slim > #hlink_home {
  color: white;
  font-weight: bold;
}
#header #header_links_slim #hlink_super {
  display: flex;
  padding: 10px 7px !important;
  color: white !important;
  font-weight: bold;
  text-decoration: none;
}
#header #header_links_slim #hlink_super #kbsl_sitelogo {
  margin: 1px 5px 0px 0;
  padding: 0;
}
#header #header_links_slim #hlink_super #kbsl_sitebrand {
  padding: 0;
}
#header .hlink {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  border: 0 solid #000;
  outline: none;
  color: #a2a2a2;
  text-decoration: none;
  white-space: nowrap;
}
#header .hlink.sel {
  background: #243669;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#header .hlink:hover {
  background-color: #213265;
  color: #fff;
  text-decoration: none;
}
#header .userop {
  display: inline-block;
  margin-left: 3px;
  padding: 7px;
  border: 0 solid #000;
  border-radius: 3px;
  outline: none;
  color: #a2a2a2;
  text-decoration: none;
}
#header .userop img {
  display: block;
  height: 1em;
}
#header .userop.sel {
  background: #243669;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#header .userop:hover {
  background-color: #213265;
  color: #fff;
  text-decoration: none;
}
#header #userops > .userop {
  margin: 0 0 3px 3px;
}
#header #userop_user_settings {
  margin-left: 10px !important;
}
@media (max-width: 780px) {
  #header .hlink {
    /* padding: 7px 10px; */
  }
}
/*#header .hlink: first-of-type: not(: last-of-type) {
    border-radius: 10px 0 0 0;
}
#header #userops .hlink: last-of-type {
    border-radius: 0 10px 0 0;
}*/
main {
  position: relative;
  max-width: 750px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 15px 10px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}
main.page-loading_required_imports:before,
main.page-failed_required_imports:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 3ex;
  background-color: #f0f0f0;
  font-size: 150%;
  text-align: center;
  opacity: 1;
  content: 'Loading...';
}
main.page-failed_required_imports::before {
  content: "We ran into a problem loading this page. Please try again.";
}
main[data-page=terms] {
  max-width: 950px;
  border: none;
  background: none;
}
#terms {
  margin: 20px auto;
  padding: 7% 10%;
  background: white;
  box-shadow: 0 0 20px #dae0e6;
  font-family: "Arial", sans-serif;
  font-size: 10.5pt;
  line-height: 1.5;
}
#terms li:not(:last-of-type) {
  padding-bottom: 10px;
}
#terms ul {
  margin-left: 25px;
}
.popup #terms {
  max-height: 200px;
  padding: 15px;
  overflow-y: auto;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
}
#terms-change_summary {
  font-size: 120%;
}
#terms-change_summary li {
  margin: 10px 0;
}
#footer {
  margin-top: auto;
  padding: 1rem 0.5rem;
  background-color: #222222;
  box-shadow: 0 0 10px #797979;
  color: #919090;
  font-size: 10pt;
  text-align: left;
}
#footer .column_main {
  display: flex;
  align-content: baseline;
  justify-content: space-between;
}
#footer a {
  color: #0366d6;
}
/**
 * FONTS
 **/
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  src: url(/dist/0b51cf32bbc2d8b8d840.ttf);
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 900;
  src: url(/dist/8b75b50df5eea75e1c44.ttf);
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  src: url(/dist/5dd5aa0269395f0ea927.ttf);
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: bold;
  src: url(/dist/4113fd37d3dbdde71570.ttf);
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: normal;
  src: url(/dist/0b4ed00316a7940bfc3f.ttf);
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 200;
  src: url(/dist/bfc37ff1d5543ecd4ec6.ttf);
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 200;
  src: url(/dist/d04e35ca3e0782895d4a.ttf);
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  src: url(/dist/9919edff6283018571ad.ttf);
}
/* INPUT-TYPE ELEMENTS */
input,
textarea,
select,
button {
  padding: 10px;
  border: 1px solid #2f4482;
  border-radius: 3px;
  background-color: white;
  color: #303030;
  font-family: inherit;
  font-size: 16px;
}
input[type=submit],
input[type=button],
button,
.input_button {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #2f4482;
  border-radius: 5px;
  background-color: #3f5cb1;
  color: white;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}
input[type=submit].disabled,
input[type=button].disabled,
button.disabled,
.input_button.disabled,
input[type=submit]:disabled,
input[type=button]:disabled,
button:disabled,
.input_button:disabled {
  border-color: #606060;
  background-color: #808080;
  cursor: not-allowed;
  pointer-events: none;
}
input[type=submit].red,
input[type=button].red,
button.red,
.input_button.red {
  border-color: #e00;
  background-color: #f00;
}
input[type=submit].loading,
input[type=button].loading,
button.loading,
.input_button.loading {
  position: relative;
  color: rgba(255, 255, 255, 0);
  cursor: progress;
}
@keyframes input_button-loading_spinner {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
input[type=submit].loading::after,
input[type=button].loading::after,
button.loading::after,
.input_button.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  transform: translate(-50%, -50%);
  background-image: url(/dist/c108134c3abef4b4d429.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: input_button-loading_spinner 1.5s infinite linear;
}
input[type=submit].loading--with-text,
input[type=button].loading--with-text,
button.loading--with-text,
.input_button.loading--with-text {
  position: relative;
  color: rgba(255, 255, 255, 0);
  cursor: progress;
  color: white;
  padding-right: 2.5rem;
}
@keyframes input_button-loading_spinner {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
input[type=submit].loading--with-text::after,
input[type=button].loading--with-text::after,
button.loading--with-text::after,
.input_button.loading--with-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  transform: translate(-50%, -50%);
  background-image: url(/dist/c108134c3abef4b4d429.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: input_button-loading_spinner 1.5s infinite linear;
}
input[type=submit].loading--with-text::after,
input[type=button].loading--with-text::after,
button.loading--with-text::after,
.input_button.loading--with-text::after {
  left: auto;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
}
button.a,
button.noshow {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-weight: inherit;
}
button.a.noshow,
button.noshow.noshow {
  color: inherit;
}
input[type=checkbox] {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #2f4482;
  border-radius: 5px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
input[type=checkbox]:checked {
  background: #2f4482;
  background-image: url(/dist/275ddc661d9c170e87e4.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
}
input[type=checkbox]:disabled {
  border-color: #808080;
  background-color: #e0e0e0;
  cursor: not-allowed;
  pointer-events: none;
}
/* Full-width inputs (fwi) */
input.fwi,
textarea.fwi,
select.fwi,
button.fwi,
.input_button.fwi {
  width: 100%;
  box-sizing: border-box;
}
.switch {
  display: block;
  width: 2em;
  padding: 0.25em;
  background-color: #c0c0c0;
  border-radius: 1em;
  transition: background-color 0.3s;
}
.switch::after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background-color: white;
  border-radius: 1.75em;
  transition: margin, background-color, border-color;
  transition-duration: 0.3s;
}
.switch.on {
  background-color: #2f4482;
}
.switch.on::after {
  margin-left: 1em;
}
.switch.toggling {
  background-color: #808080;
}
.switch.toggling::after {
  margin-left: 0.5em;
}
/* HEADERS */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.h1 {
  font-size: 32px;
}
.h2 {
  font-size: 24px;
}
.h3 {
  font-size: 18.7167px;
}
.h3_5 {
  font-size: 17.5px;
}
.h4 {
  font-size: 16px;
}
hr {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  border: none;
  background-color: #e0e0e0;
}
/* LINKS */
a,
.a {
  color: #3f5cb1;
  text-decoration: underline;
  cursor: pointer;
  user-select: none;
}
/* Links that blend in with the surrounding text or content */
a.noshow {
  color: inherit;
  text-decoration: inherit;
}
/* Links that don't do anything. */
a.dummy_link {
  color: #303030;
  text-decoration: underline;
  cursor: not-allowed;
}
.column_small {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}
.column_main {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.column_extrawide {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.column_wide {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.page_error {
  border-color: #ffe0e0;
}
.block {
  margin: 15px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: white;
  color: black;
}
.label-kbs_only {
  background-color: #3f5cb1;
  padding: 2px 5px;
  border-radius: 3px;
  color: #f0f0f0;
  font-weight: 900;
  font-size: 70%;
}
.block-kbs_only {
  margin: 15px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: white;
  color: black;
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
  border-top: 2px solid #3f5cb1;
}
.block-kbs_only:before {
  content: 'KBS-only';
  display: block;
  float: right;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2px 5px;
  border-radius: 3px;
  color: #f0f0f0;
  font-weight: 900;
  font-size: 12pt;
}
.error_info {
  background-color: #fce1e1;
  border: 1px solid #efccc6;
  border-radius: 3px;
}
table {
  padding: 0;
  border: 1px solid #a0a0a0;
}
tbody {
  margin: 0;
  padding: 0;
  border: none;
}
tr {
  margin: 0;
  border: none;
}
tr:last-child td {
  border-bottom: none;
}
tr td {
  border-bottom: 1px solid #a0a0a0;
}
td {
  margin: 0;
  padding: 5px;
  border: none;
  border-right: 1px solid #a0a0a0;
}
td:last-child {
  border-right: none;
}
/* TILES */
.tile {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.tile_whole {
  display: inline-block;
  width: 100%!important;
}
.tile_half {
  display: inline-block;
  width: 50%!important;
}
.tile_third {
  display: inline-block;
  width: 33.33333333% !important;
}
.tile_2third {
  display: inline-block;
  width: 66.66666667% !important;
}
.tile_fourth {
  display: inline-block;
  width: 25%!important;
}
@media (max-width: 800px) {
  .tile_half {
    width: 100%!important;
  }
}
@media (max-width: 900px) {
  .tile_third,
  .tile_2third {
    width: 100%!important;
  }
}
@media (max-width: 1200px) {
  .tile_fourth {
    width: 50%!important;
  }
}
@media (max-width: 600px) {
  .tile_fourth {
    width: 100%!important;
  }
}
pre.pre {
  margin: 0;
  padding: 10px;
  border-radius: 3px;
  background-color: #101010;
  color: lime;
  white-space: pre-wrap;
}
pre.traceback {
  margin: 15px 0 0;
  padding: 10px;
  overflow: auto;
  border-radius: 3px;
  background-color: #e0e0e0;
  font-size: smaller;
}
/* stylelint-disable */
.char {
  vertical-align: middle;
  height: 1em;
}
.char_i {
  vertical-align: middle;
  height: 1em;
  height: 1.3em;
}
.allcaps {
  text-transform: uppercase;
}
.mono {
  font-family: courier, monospace;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.font_light {
  font-weight: 200;
}
.italics {
  font-style: italic;
}
.nowrap {
  white-space: nowrap;
}
.wrap-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.colour-red {
  color: red;
}
.colour-green {
  color: green;
}
.colour-orange {
  color: orange;
}
.greyed {
  color: #a2a2a2;
}
.colour-grey {
  color: #606060;
}
.mar0 {
  margin: 0px;
}
.mar5 {
  margin: 5px;
}
.mar10 {
  margin: 10px;
}
.mar15 {
  margin: 15px;
}
.mar-auto {
  margin: auto;
}
.pad0 {
  padding: 0;
}
.pad5 {
  padding: 5px;
}
.pad10 {
  padding: 10px;
}
.pad15 {
  padding: 15px;
}
.taj {
  text-align: justify;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.cb {
  clear: both;
}
.vat {
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.dflex {
  display: flex;
}
.dflex.col {
  flex-direction: column;
}
.dflex.centre,
.dflex.mainaxis-centre {
  align-items: center;
}
.dflex.offaxis-centre {
  justify-items: center;
}
.dnone {
  display: none;
}
.ib {
  display: inline-block;
}
.dblock {
  display: block;
}
.vhide {
  visibility: hidden;
}
button.smallbutton {
  padding: 5px 10px;
  font-size: smaller;
}
/* stylelint-enable */

/**
 * PULLDOWNS
 **/
.pulldown_area {
  display: inline-block;
}
.pulldown_icon {
  width: 1.4pc;
  cursor: pointer;
}
.pulldown_menu {
  display: none;
  position: absolute;
  z-index: 100;
  min-width: 100px;
  padding: 10px 0 10px 0;
  overflow: hidden auto;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 2px 16px 2px rgba(0, 0, 0, 0.15);
  transition: top, left;
  transition-duration: 0.3s;
}
.pulldown_menu > hr {
  width: 100%;
  height: 1px;
  margin: 10px 0 10px 0;
  border: none;
  background-color: #b0b0b0;
}
.pulldown_menu_item {
  display: block;
  padding: 10px 15px 10px 15px;
  border: none !important;
  background-color: white;
  color: #505050;
  text-decoration: none;
  cursor: pointer;
  transition: background-color !important;
  transition-duration: 0.3s !important;
}
.pulldown_menu_item:hover {
  background-color: #f0f0f0;
}

.popup_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  border: 1px solid #e0e0e0;
  background: linear-gradient(135deg, rgba(150, 150, 150, 0.7) 0%, rgba(50, 50, 50, 0.7) 100%);
  cursor: pointer;
}
.popup_overlay.hard {
  background: linear-gradient(135deg, rgba(150, 150, 150, 0.9) 0%, rgba(50, 50, 50, 0.9) 100%);
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  min-width: 300px;
  max-width: 90vw;
  max-height: 100vh;
  box-sizing: border-box;
  padding: 15px;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}

#report_problem_box.report_problem_pdfsplit {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 1002;
  max-width: 300px;
  padding: 12px;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top-right-radius: 3px;
  background-color: white;
  font-size: 11pt;
}

.tab {
  display: inline-block;
  padding: 10px;
  border-bottom: 2px solid #c0c0c0;
  color: #303030;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: border-bottom-color;
  transition-duration: 0.3s;
}
.tab:hover,
.tab.sel {
  border-bottom-color: #303030;
}
.vtab-area {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: #f0f0f0;
}
.vtab-tab_area {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  box-sizing: border-box;
}
.vtab-content_area {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 150px);
  box-sizing: border-box;
  border-left: 1px solid #e0e0e0;
  background-color: white;
}
.vtab-tab {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fafafa;
  font-weight: normal;
  transition: background-color, color, border-color;
  transition-duration: 0.3s;
}
.vtab-tab.sel,
.vtab-tab:hover {
  border-bottom-color: #2f4482;
  background-color: #2f4482;
  color: white;
}
.vtab-tab.sel {
  font-weight: bold;
}

/**
 * An info-expando element. This is the little “i” button, not the information
 * it contains.
 */
info-expando {
  min-width: 1.2em;
  min-height: 1.2em;
  margin-left: auto;
  display: inline-block;
  vertical-align: bottom;
  background-clip: border-box;
  background-color: #808080;
  background-size: 100% 100%;
  cursor: pointer;
  transition: background-color 0.3s;
  /* `mask-image` is well-supported but requires a vendor prefix. */
  -webkit-mask-image: url(/dist/68ecb0c334c55e107172.svg);
  mask-image: url(/dist/68ecb0c334c55e107172.svg);
}
info-expando:active,
info-expando.on {
  background-color: #009dff;
}
info-expando:hover {
  background-color: #4068f6;
}
/*
 * The target of an info-expando element: The information that is revealed by
 * acivating the little “i” button.
 */
.expandocontent {
  display: none;
  max-height: 20rem;
  padding: 0 2ch;
  overflow: hidden auto;
  border: 1px solid #4068f6;
  border-radius: 3px;
  background-color: #fafaff;
  font-size: 0.95rem;
}
/**
 * Set when an info-expando element attaches to a content element.
 */
.expando-active {
  display: block;
}

