﻿#tableExcel thead{
   background: var(--color-base-primary);
   color:#fff;
}
#tableExcel {
    width:830px;
}
#tableExcel thead td:nth-child(1){   
    width: 9%;
}
#tableExcel thead td:nth-child(2){   
    width: 14%;
}
#tableExcel thead td:nth-child(3){   
    width: 13%;
}
#tableExcel thead td:nth-child(4){   
    width: 13%;
}
#tableExcel thead td:nth-child(5){
    width:12%;   
}
#tableExcel thead td:nth-child(6){   
    width: 17%;
}
#tableExcel thead td:nth-child(7){   
    width: 13%;
}
#tableExcel thead td:nth-child(8){  
    width: 9%;
}
#tableExcel td{
   padding:5px 10px;
}
#tableExcel tbody tr:nth-child(even){
    background: #F4F4F4;
}
#tableExcel tbody tr:nth-child(odd){
    background: #FAFAFA;
}
