

.dataframe {
    border-collapse: collapse;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    max-width: 1140px;
}


.dataframe thead tr {
    font-size: 0.9em;
    background-color: #42b8ff;
    color: #ffffff;
    text-align: center !important;
}
.dataframe thead th{
  background-color: #42b8ff;

}

.dataframe th,
.dataframe td {
    padding: 9px 9px;
    background-color: #fff;


}

.dataframe tbody tr {
    border-bottom: 1px solid #dddddd;

}

.dataframe tbody tr:nth-of-type(even) td {
    background-color: #f3f3f3;
}
.dataframe tbody tr:nth-of-type(even) th {
    background-color: #f3f3f3;
}

.dataframe tbody tr:last-of-type {
    border-bottom: 2px solid #42b8ff;
}
