#laddar{
    font-size: 30px;
}

#my_table{
    font-size: 18px;
}


#my_table th, #my_table td{
    padding: 6px;
    color: white;
}




#my_table tr th{
    background-color: rgb(52, 23, 84);
}

#my_table tr[td_item]:nth-child(odd) td{
    background-color: rgb(121, 93, 176);
}

#my_table tr[td_item]:nth-child(even) td{
    background-color: rgb(110, 81, 170);
}
























