/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 gen 2021, 12:48:09
    Author     : emanuelem
*/
@font-face {
  font-family: defsite;
  src: url('bill_corporate_narrow.otf');
}
body
{
    background: #f1f2f3;
      font-family: defsite;
}
#_30m_table
{

      border: 1px solid;
      border-spacing: 10px;
    border-collapse: separate;
  padding: 4px;
  -webkit-box-shadow: 5px 5px 3px -3px #000000; 
box-shadow: 5px 5px 3px -3px #000000;
}
.tr-hdr
{

    padding: 4px;
   background: #212934;
   color:#f1f2f3;
 
}
.td-hr
{
    padding: 4px;
    text-align: left;
      font-size: small;
      border-left: 1px;
      border-right: 1px;   

}
.td-val
{
    padding: 4px;
    font-size: small;
    text-align: right;
 
}

.red_text
{
    color: #e0002d;
    font-style: italic;
}

.tr-hdr2
{
    font-size: smaller;
    align-content: center;
      background: #515964;
   color:#f1f2f3;
    
}
.tr-hdr0
{
    font-size:large;
}
