table {
    border: 3px solid #6FAC46;
    border-collapse: collapse;
}

td, tr, th{
    border: 1px solid #6FAC46;
    border-collapse: collapse;
}

tr:hover{
    background-color: blueviolet !important;
    transition-duration: 250ms;
    transition-timing-function: ease-in-out;
}

td:nth-child(1), .pc{
    text-align: center;
    font-weight: bold;
}

td:nth-child(2), .text{
    text-align: left;
}

td:nth-child(3), .cisla{
    text-align: right;
}

td:nth-child(4), .ine{
    text-align: center;
}

.ine{
    text-align: center !important;
}

.stlpec5, .stlpec6{
    text-align: unset !important;
}

tr:nth-child(even){
    background-color: #E1EED9;
}

tr:nth-child(odd){
    background-color: #FFFFFF;
}

th{
    background-color: #A8D08D;
    font-weight: bold;
    text-align: center;
}

