
pre {
  background-color: darkslategrey;
  border: 1px solid silver;
  padding: 10px 20px;
  margin: 20px; 
  color: antiquewhite;
  border-radius: 10px;
}

tr {
  height: 25px;
}

th {
  height: 25px;
  /*text-align: center;*/
  vertical-align: center;
}

td {
  height: 25px;
  /*text-align: center;*/
  vertical-align: center;
}

table {
  border: 1px solid #EBEDEF;
  border-radius: 10px;
  background-color: #EBEDEF;
}

.login100-form-avatar {
    width: 100px;
    height: 79px;
    border-radius: 16%;
    overflow: hidden;
    margin: 0 auto;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.json_raw {
  border: 1px solid #EBEDEF;
  border-radius: 10px !important;
  color: #85929E;
  font-size: 14px;
}

.form-control {
  font-size: 1.2rem;
  /* border: 1px black solid;
  background: darkslategrey;
  color: silver; */
  font-weight: 300;
  text-align: center;
}

.fuente_roja {
  color: red;
}

.fuente_verde {
  color: green;
}