@import url(/global/global-banner-light.css?v=2.1);

th {
background-color: rgb(245, 187, 71);
color: black;
top: 0;
position: sticky;
font-weight: 600;
}
#mytable {
width: 100%;
}
td {
line-height: auto;
width: fit-content;
white-space: nowrap;
cursor: pointer;
}
tr:nth-child(even) {
transition: background-color 0.25s;
background-color: rgba(245, 187, 71, 0.3);
}
tr:hover td,
tr:hover pre {
transition: background-color 0.25s;
background-color: rgb(245, 187, 71);
}
.hidden {
    display: none;
}