table {
    width: 100%;
    border-collapse: collapse;
}

tr {
    border-bottom: 1pt solid #d1d1d1;
}

th, td {
    padding: 8px;
    text-align: left;
}

.sticky-table thead th {
    position: sticky;
    top: 0;
    background-color: #4285F4;
    color: white;
    z-index: 2;
    border: 1px solid white;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}