body {
  font-size: 18px; font-family: sans-serif;
}

hr {
  background-color: #795548;
  height: 1px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  /* background: #f1f1f1; */
}

::-webkit-scrollbar-thumb {
  background: #888;
  // background: #795548;
}

::-webkit-scrollbar-thumb:hover {
  /* background: #fdf5e6; */
  background: #000000;

}

input[type='text'],
input[type='number'],
input, div {
  font-size: 26px;
}

::placeholder {
  color: #000000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000000;
}

::-ms-input-placeholder {
  color: #000000;
}

.tell-pre {
  background-color: #fefefe;
  color: #000000;
  /* border: 1px solid #FDF5E6; */
  /* border-left: 10px solid #fdf5e6; */
  page-break-inside: avoid;
  font-family: monospace;
  /* font-size: 18px; */
  /* line-height: 1.6; */
  /* margin-bottom: 1.6em; */
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  //word-wrap: break-word; /**/
  white-space: pre; /*normal|nowrap|pre|pre-line|pre-wrap*/
  //text-overflow: ellipsis;
}

.tell-ell {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}


/**
 * NOTES:
 * //Show only ellipsis when text overflows in a div.
 * div {
 *   white-space: nowrap;
 *   overflow: hidden;
 *   text-overflow: ellipsis;
 * }
*/

/*
@media screen and (max-width: 767px) {
  input, select, textarea, div, p, button {
    font-size: 18px;
  }
}
*/

@keyframes l2r {
  from { left: -100%; }
  to { left: 1px; }
}
@-webkit-keyframes l2r {
  from { left: -100%; }
  to { left: 1px; }
}

@keyframes r2l {
  from { left: 1px; }
  to { left: -100%; }
}
@-webkit-keyframes r2l {
  from { left: 1px; }
  to { left: -100%; }
}

.t-lsb {
  position: fixed; z-index: 10;
  left: -100%; top: 65.5px;
  width: 100%; height: calc(100% - 67px);
}

.link:before {
  content: "\f0c1\f0c1\f0c1";
  padding: 0px -5px;
  font-size: 10px;
}
.unlink:before {
  content: "\f0c1\f127\f0c1";
  padding: 0px;
}

img {
    width: 100%;
    height: 100%;
}
