.pseudo-content, .pseudo-body , .pseudo-ciclo{
  border: 1px solid #a2a9b1;
  padding: 0 1em;
}
.pseudo-body p span , .pseudo-content span {
  font-weight: bold;
  font-style: italic;
}
ul.pseudo-line li, ol.pseudo-line li {
  display: inline-block;
  padding: 0 0.2em;
  margin: 0.1em 0.5em;
  background: aqua;
  opacity: 50%;
}
.pseudo-content ol, .pseudo-content li {
  margin: 0 -0.7em;
}
.pseudo-body table {
  width: 50%;
}
span.pseudo-boton {
  border: 1px solid #a2a9b1;
  padding: 0 1em;
  border-radius: 10px;
}
span.pseudo-claro {
  opacity: 50%;
}
/* unicos */
div.CentradaLL { 
 position:absolute; top:10%; left:10%; width:80%; height:80%; 
 z-index: 3;
}
div.barraSuperior {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 10%;
  background-color: aquamarine;
  z-index: 3;
}
.pseudo-margin {
  margin: 1em;
}
.cbl-izq, .cbl-der {
  position: absolute;
  height: 98%;
  width: 49%;
  border-width: 0;
  overflow: visible;
  overflow-x: hidden;
  padding: 0px;
}
.cbl-der {
  left: 50%;
  margin: 0 0 0 0.5%;
}
#legend li , #legend span, #legend ul {
  display: inline-table;
  width: 20px;
  height: 20px;
}
#legend {
  position: absolute;
  left: 400px;
}

/* general */
a{
  text-decoration: none;
}
tr > th, tr > td {
  border: 1px solid #a2a9b1;
  padding: 0.2em 0.4em;/* cellpadding */
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1em;
}
table.pseudo-table {
  border: 1px solid #400040;
  border-spacing: 0px 0px;/* cellspacing */
  border-collapse: separate;
}
table caption {
  caption-side: bottom;
}
/* Fin paseudo*/
.questdetails .lighttable.checklist li {
  border: 1px solid #a2a9b1;
  margin: 1em 2em 0 0;
}
.questdetails .lighttable.checklist a {
  /*border: 1px solid blue;*/
  display: block;
  width:100%;
}
#items_en_uso span {
  display: inline-block;
  margin: 1em 2em 0 0;
  background:#c9c9c9;padding:3px;
}
ul.cbl-line li{
  display: inline-block;
  background: aliceblue;
  padding: 0 0.2em;
  margin: 0.1em 0.5em;
}
/*fin temporal*/
.cbl-body-half{
  max-width: 49%;
  position: relative;
  left: 49%;
}
.note{
  color: blue;
  font-size: 2em;
}
.cbl-test{
  border: 1px solid green;
  display: block;
}
.cbl-flota, .msg-json{
  width: 49%;
  display: inline-table;
}
.cbl-inline a{
  display: inline !important;
  margin: 0 1em;
}
.questdetails .lighttable.checklist{
  max-width: 100%;
}
.cbl-is-hidden {
 display:none!important
}
.cbl-1-tab {
  margin: 0 1em;
  font-size: 0.8em;
}
.cbl-2-tab {
  margin: 0 2em;
  font-size: 0.8em;
}
.cbl-tooltip {
  margin: 0 1em;
  font-size: 0.8em;
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.wikitable {
  border-collapse: collapse;
}
.questList {
  text-align: left;
}
.questList ul {
  padding: 0% 7%;
}
.makr {
  color: darkorchid;
}
.lighttable.checklist li {
  padding-left: 1.75em;
  margin-bottom: .3em;
  list-style: none;
  cursor: pointer;
  transition: color 0.25s ease-in-out;
}
.questdetails ul, .mw-content-rtl .mw-content-ltr ul {
  margin: 0.3em 0 0 1.6em;
  padding: 0;
}
.lighttable.checklist li::before {
  content: '';
  position: absolute;
  height: 1rem;
  width: 1rem;
  margin-left: -0.65rem;
  margin-top: 0.3rem;
  transform: translateX(-100%);
  background-image: url(../images/Checkbox-unchecked.svg?1503c);
  background-size: 1rem;
}
.lighttable.checklist .checked {
  opacity: .5;
}
.lighttable.checklist .checked::before {
  background-image: url(../images/Checkbox-checked.svg?80aa3);
}