.table { font-family: "Poppins"; margin-bottom: 20px; } td { padding: 5px 10px; } .tableRowHeading { font-weight: 600; } .tableRow:nth-child(odd) {} .tableRow:nth-child(even) { background-color: #F4F4F4; } .vieEtudianteWrapper { display: flex; flex-flow: column; align-items: center; } .separator { width: 75%; border: 1px solid #C4C4C4; }