/*
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 : 14-Nov-2019, 20:19:45
    Author     : 150334
*/

.table_head {
    font-size: 1.5em; 
    margin: .5em 0em 0em 0em; 
    color: white; 
    font-weight: 800;
}

.table_head_summ {
    font-size: 1.3em; 
    margin: .5em 0em 0em 0em; 
    margin-left: .5em;
    color: white; 
    font-weight: 800;
}

.table_style{
    margin-top: 0px; 
    max-width: 100%; 
    background-color: #fffff5
}