.comparison {
    width: 80%;
    margin: 0 auto 50px;
    font-family: 'Roboto', sans-serif;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

td {
    text-align: center;
    padding: 8px;
    width: auto;
    height: auto;
    max-width: 120px; /* Shunu platums */
    max-height: 80px; /* Shunu augstums */

}

td.editable {
    width: 130px;
    height: 100px;
}


tr:nth-child(n+2):nth-child(even) {
    background-color: #F7F7F7;
}
table td:nth-child(2) {
    border-right: 3px solid #f23047;
    border-left: 3px solid #f23047;
    position:relative;
    
}
table tr:first-child td:nth-child(2) {
    border-top: 3px solid #f23047;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

table tr:last-child td:nth-child(2) {
    border-bottom: 3px solid #f23047;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* BADGE */
table tr:first-child td:nth-child(2)::before {
    content: 'TOP VALUE';
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #f23047;
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 10px;
    z-index: 1;
}
.virsraksts {
    text-align: center;
    margin: 50px 0px 30px 0px;
    padding: 20px; 
    font-family: 'Albert Sans', sans-serif;
  }
  
