table {
    width: 100%;
}
/*table {    
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}
table th{
    background-color: rgb(0, 39, 45);
    background-color: dodgerblue;
    padding-left: 8px;
    color: white;
    font-size: 14px;
    min-width: 70px
}
table tr {height: 25px}
table tr:hover {background-color: lightgreen}
table td {font-size: 12px; padding-left: 8px; min-width: 70px}
table td input{width: 100%}

table tr:nth-child(2n+1){
    background-color: lightgoldenrodyellow;
    background-color: rgb(0, 239, 245);
}

header-table{display: flex; flex-direction: row-reverse; width: 100%; align-items: center; height: 32px}
header-table img{padding-left: 5px}

.btnVer{width: 50px}*/