@charset "UTF-8";

body {
  font-family:
    "Times New Roman", /* Windows */
    Times,             /* macOS fallback */
    "Noto Serif",      /* Android / modern Linux */
    "Droid Serif",     /* Older Android */
    "DejaVu Serif",    /* Linux */
    "Liberation Serif",/* Linux */
    serif;             /* generic fallback */
  color: #333333;
  background-color: #F5F5F5; 
  margin-left: 20px;
  margin-right: 20px;
}

a:link, a:visited {
  color: #828282;
  text-decoration: none; 
}

a:hover, a:active {
  color: #ffa023;
  text-decoration: none; 
}

p {
  font-size: 18px;
  line-height: 22px; 
}

table {
  border-collapse: collapse;
  width: 100%;
  padding-top: 0px;
  margin-top: 0px;
}

tr:nth-child(even) {
  background-color: #e9f2e9;
}

td, th {
  font-size: 18px;
  text-align: left;
  vertical-align: top;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-left: 0px;
}

th {
  border-bottom: solid 1px #333333;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

h2 {
  margin-top: 30px;
  margin-bottom: 0px;
}

ul {
  list-style-type: square;
}

li {
  font-size: 18px;
  line-height: 22px; 
}

img {
  margin: 20px auto;
  display: block;
  max-width: 100%;
  height: auto; 
}

pre {
  background-color: #E5E5E5;
  font-size: 14px;
  padding: 10px;
}

.wrapper {
  max-width: 1024px;
  margin: 20px auto; 
}

.header {
  overflow: hidden;
  padding-bottom: 15px; 
}

.navigation {
  float: left; 
}

.logo {
  font-size: 50px;
  font-weight: 700;
  color: #333333 !important;
  display: block; 
}

.menu {
  color: #828282;
  font-size: 18px;
  margin: 0px;
  margin-top: 6px;
  padding: 0px;
  list-style-type: none; 
}

.menu__entry {
  display: inline-block;
  margin-right: 35px; 
}
.menu__entry:last-child {
  margin-right: 0px; 
}

.menu__entry a {
  font-weight: 400; 
}

.footer {
  font-size: 18px;
  color: #828282;
  text-align: center;
  padding-top: 30px;
}

.additions {
  padding: 10px;
  background-color: #e9e9f2;
}

.caption {
  font-size: 16px;
  line-height: 20px;
}

.right_image {
  float: right;
  padding: 16px;
  vertical-align: top;
}

.success {
  background-color: #e9f2e9;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 16px;
}

.failure {
  background-color: #f2e9e9;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-center {
  text-align: center;
}

.guide-image {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border: solid 1px #828282;
}

.guide-image-text {
  text-align: center;
  margin: 0px;
  padding: 0px;
  line-height: 18px;
  margin-top: 20px;
  display: block;
}

.ds-row-gap {
  border-bottom: solid 1px #e0e0e0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.lx-manual {
  margin: auto;
  border: auto;
  text-align: center;
}

.ds-alert {
  background-color: #e9f2e9;
  border: solid 1px #828282;
  padding: 10px;
}

/* BOOT STRAP ADDITIONS FOR LEGACY HTML */

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x))
}

.col {
  flex: 1 0 0%
}

.col-sm-4 {
  flex: 0 0 auto;
  width: 33.33333333%
}

.col-sm-6 {
  flex: 0 0 auto;
  width: 50%
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.text-center {
  text-align: center !important
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}
