 
/*--------------------------- Add Plugin Front-End CSS here ---------------------------*/
.form-group {
    margin-bottom: 15px;
}

.graph {
    margin-bottom: 100px;
    padding: 20px;
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.table-respostas-th {
    background-color: #fff;
    color: #000 !important;
}

#button-submit{
    width: 100%;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

table td {
    word-break: break-all;
}

@media print {
    .graph {
       page-break-after: always;
   }
    #graph {
       page-break-after: always;
   }
}
