
/*-------------------------------------------------*/
.cons {
    color: #000000;
    background-color: #f3f3f3;
    /*letter-spacing: 0.1em;*/
}

.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: 5px;
    line-height: 1.42857143;
    /*vertical-align: bottom;*/
    border-top: 1px solid #ddd;
   /* font: 14px Raleway, Helvetica, sans-serif;*/
    font-weight: bolder !important;

}
.table h2 {
    font: 14px Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
}
.f-title {
    font-weight: bolder !important;
}
.c-red {
  color: #ee0000;
}
.summary p{ font-size: 11px; padding: 0px; margin: auto; line-height: 21px;}

@media print {
    body {
      -webkit-print-color-adjust: exact !important;
  }
}