/* -----------------------------------------------------------------------------
WORKING.CSS - Overrides to bootstrap 5 
----------------------------------------------------------------------------- */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: "Fira Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

#mystyle pre {
   font-family: sans-serif;
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

#mystyle .link-white-70 {
    color: #ffffff70 !important;
}

#mystyle .link-white-90 {
    color: #ffffff90 !important;
}

#mystyle .link-white {
    color: #ffffff95 !important;
    text-decoration: none; important;
}

#mystyle .textbox-black-75 {
    background-color: #00000075 !important;
    padding: .3rem;
}

#mystyle .textbox-black-90 {
    background-color: #00000090 !important;
    padding: .25rem;
}

#mystyle a:hover {
    color:#ffffff !important;
    background-color: #00000090 !important;
}

#mystyle a:active {
  position: relative;
  top: 1px;
  left: 2px;
}

#mystyle .display-inline {
    display: inline;
}

#mystyle h1 {
    /*line-height: 1.2rem;*/
    font-weight; light;
}
  
#mystyle .subtitle {
    font-size: 1.5rem;
    /*line-height: 0.5rem;*/
  }

#mystyle .bg-gray-600 {
    background-color: #6c757d !important;
  }

#mystyle .bg-gray-700 {
    background-color: #495057 !important;
  }