/*
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 : 17.5.2023, 7:53:55
    Author     : pbartos
*/

.a-tab-convert {
   width: 100% !important;
   
}

.a-tab-convert th, td {
   text-align: left !important;
   padding: 5px !important;
}

.a-tab-convert thead tr th {
    background-color: black !important;
    color: white;
}

.a-tab-convert .yellow {
    color: yellow !important;
    text-transform:  uppercase;
}

.a-tab-convert .gray {
    background-color: lightgray !important;
    color: black !important;
    
}