#opcions_memoritzador_basic {
  font-size: inherit;
  font-family: inherit;
  background-color:  #494d64;
  color: #b8c0e0	;
  border-style: solid;
  border-color: #6e738d;
}

#memoritzador_binari {
  font-size: 70px;
}

/* Les fletxetes get YOTE (altres buscadors) */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#exponent {
  color: #0DD370;
  line-height: 1.3;
}
#potencia_a_equivalentar {
  display: inline-block; /* Que no col·lapsi el marge */
  margin-bottom: 0.5em;
}
#resultat {
  font-size: 50px;
  white-space: pre;
}

.text_conv {
  font-size: 70px;
  line-height: 1.3;
}

.entrada {
  -moz-appearance: textfield; /* Les fletxetes get YOTE (firefox) */
  border-style: solid;
  border-color:  #939ab7;
  background-color: #24273a;
  border-width: 2px;
  color: inherit;

  outline-color:  #8aadf4;
}
.entrada_conv {
  font-size: 70px;
  width: 6em;
  -moz-appearance: textfield; /* Les fletxetes get YOTE */
}

.entrada_bin_joc {
  font-size: 80px;
  width: 3em;
}

.sortida_conv {
  font-size: 80px;
  width: 10em;
  color: #0DD370;
}



