header-front,footer {
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8rem;
}

.panel-lista-tablets {width:53%; float:left; margin-right:2%;}
.panel-datos-tablets {width:30%; float:left; margin-left:2%;}

.panel-lista-encuestas {width:48%; float:left; margin-right:2%;}
.panel-datos-encuesta {width:47%; float:left; margin-left:1%;}
#info-encuesta {
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap:1.25em;
  column-gap:2em;
}
#NewQuiz {margin-bottom: 1em;}
.sep-hr{margin-top:1rem; padding: 5px;}  
.btn-table {margin-top: -2px;} 

.modal-header{background-color:#FDC52C;}
.modal-content {overflow:hidden;}
.tbl-header {
  background-color: #FDC52C; 
  color: black;    
  border-color: inherit; 
  border-style: solid;   
  border-width: 0;
} 