body {
    background: transparent;
}
.t-Report-cell, .t-Report-colHead {
    border: 1px solid #e6e6e6;
}
.t-Report--altRowsDefault .t-Report-report tr:nth-child(2n+1) .t-Report-cell {
    background-color: #f0f0ff;
}
.t-Report-cell, .t-Report-colHead {
    font-size: 1rem;
    line-height: 1.6rem;
    border-right-width: 0;
}
.t-Report-cell {
    padding: 2px 2px;
    transition: background-color .1s;
}