.factonav {
  background-color: #505050;
  color: #FFFFFF;
}

.companylabel {
  font-size: 12px;
}

.btnfacto {
  font-size: 11px;
  border: none;
  width: 100px;
}


.tablecell {
  margin-bottom: 200px;
  border-bottom-color: gray;
  border-bottom-style: solid;
  border-bottom-width: thick;
  
}

.panel-card-visor {
    background-color: #f0f0f0;
  border-width: 0;

}
.newtable{
    vertical-align: text-top;
}
.etiqueta-tabla {
    font-size: 10px;
    color: #808080;
    text-align: right;
    padding: 0px;
  background-color: transparent;
}
.panel-response {
    background-color: white;
    padding: 5px;
    margin-top: 30px;
      border-width: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    
}
.EmisorResp {
    text-align: left;
    font-weight: bold;
    font-size: 13px;
}

.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  padding: 10px 4px;
  border-top: 1px solid #e7e8ea;
}