/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
/* Esconde a coluna ESQUERDA (PDF "comum") da primeira linha dos botões */
.printanswers-container > .row:first-child > .col-sm-6:first-child {
  display: none !important;
}

/* Faz a coluna DIREITA (queXML PDF) ocupar 100% */
.printanswers-container > .row:first-child > .col-sm-6:last-child {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Cinto e suspensório: se o form de PDF "comum" ainda aparecer, some com ele */
.printanswers-container form[action*="printanswers/view"][action*="printableexport=pdf"] {
  display: none !important;
}