﻿body {
    line-height: normal;
    margin: 0mm 10mm 0mm 2mm;
    word-wrap: break-word;
}
.conatiner-body-default {
    padding-top: 0px;
}

table.table.table-100 {
     width: 100%;
}

input,
select,
textarea {
    max-width: 100%;
}

.table:not(.notSmall) {
    font-family: terminal, monaco, monospace;
    font-size: 8pt;
    width: 190px;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td{
    padding: 2px;
}