table, th, td{
    border-width: 100%;
    border-collapse: collapse;
    padding: 5px;
    font-family: Arial, sans-seri;
    font-size: 15px;
    border: 2px solid black;
    border-radius: 8px;
}
th{
    background-color: rgb(7, 65, 119);
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 12px 18px;
    height: 50px;
    border-bottom: 3px;
}
td{
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid rgb(152, 152, 236);
}
tr:nth-child(odd){
    background-color: rgb(111, 145, 207);
}
tr:nth-child(even){
    background-color: rgb(255, 255, 255);
}
tr:hover{
    background-color: rgb(202, 149, 184);
    cursor: pointer;
}
caption{
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}
.prvi{
    background-color: rgb(163, 0, 90);
    color: white;
    text-align: center;
}
.drugi{
    font-style: italic;
}