body{
    padding:0px;
    margin: 0px;
}

.container{
    margin: 15px;
    padding-bottom: 20px;
}

.contain{
    padding: 0px;
    text-align: center;
    background-color: #FFF;
    font-family: "Times New Roman", Times, serif;
    width: 100%;
    overflow-x: auto;
}

.contain p{
    font-size: 11pt;
    font-weight: bold;
}

.aluno{
    padding: 4px;
    text-align: left;
    font-size: 11pt;
    width: 15%;
}

.button_pdf{
    position: relative;
    float: right;
    top: -20px;
    right: 25px;
    color: #FFF;
    background-color: red;
    border: none;
    padding: 10px;
    border-radius: 5px;
}

.img{
    width: 150px;
    height: 60px;
}

.logot{
    text-align: center;
}

.cabecalho{
    position: all;
    text-align: left;
    text-align: center;
}

.rodape{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.label-direita, 
.label-esquerda{
    position: relative;
    float: left;
    font-weight: bold;
}

.label-direita{
    float: right;
    right: 240px;
}

table {
    display: table;
    text-indent: initial;
    border-spacing: 2px;
    border-collapse: collapse; 
    border-color: #0f0f0f;
    color: #000000;
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%;
    font-size: 9pt;
    table-layout: auto;
    
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem;
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
}

thead{
    vertical-align: bottom;
    display: table-header-group;
    background-color: #f8f9fa;
}

tr {
    display: table-row;
    vertical-align: inherit;
}

td {
    display: table-cell;
    vertical-align: inherit;
    font-size: 8pt;
    text-align: center;
}

th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
}
