.tabela_kary tr:hover {
	background: #1d27b1;
	color: white;
}

.tabela_kary {
    border-left-color: #fff;
    border-right-color: #fff;
    
}

.tabela_kary td,
.tabela_kary th{
    padding: 15px 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}



/*
tr.wykonano  {
    border-right: 1pt solid red;
}*/

table { 
    border-collapse: collapse; 
}

.tabela_kary tr:nth-child(2n+1) {
    background-color: rgba(224, 224, 224, 0.8);
    transition: ease-in-out 0.1s;
   
}

.tabela_kary tr:nth-child(2n+1):hover {
	background: #1d27b1;
	color: white;
}

.pisane_wierszem {
    text-align: center;
}

.ad21_tabela {
    background: #1d27b1 !important;
	color: white;
    font-weight: 600;
}