table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 800px;
    max-width:100%;
}

td {
    padding: 5px;
    text-align: left;
}

tr {
    background-color: #f5fffc;
}

tr:nth-child(2n) {
    background-color: #e4f3ee;
}

table tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

table tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

td.ime-usluge::first-letter {
    text-transform: capitalize;
}