:export {
motionDuration0: 0;
motionDuration25: 25ms;
motionDuration50: 50ms;
motionDuration75: 75ms;
motionDuration100: .1s;
motionDuration125: 125ms;
motionDuration150: .15s;
motionDuration175: 175ms;
motionDuration200: .2s;
motionDuration225: 225ms;
motionDuration250: .25s;
motionDuration275: 275ms;
motionDuration300: .3s;
motionDuration350: .35s;
motionDuration400: .4s;
motionDuration500: .5s
}
body {
background-color: var(--tk-surface)
}
a {
color: var(--tk-content-interactive-ambient)
}
a:hover {
color: var(--tk-content-interactive-ambient-hover)
}
a:active {
color: var(--tk-content-interactive-ambient-active)
}
.widget-section {
border-left: 1px solid var(--tk-content-divider);
border-right: 1px solid var(--tk-content-divider);
background-color: var(--tk-surface)
}
.widget-section:first-of-type {
border-top-left-radius: 16px;
border-top-right-radius: 16px;
border-top: 1px solid var(--tk-content-divider);
border-bottom: 1px solid var(--tk-content-divider)
}
.widget-section:last-of-type {
border-bottom-left-radius: 16px;
border-bottom-right-radius: 16px;
border-bottom: 1px solid var(--tk-content-divider)
}
.widget-footer {
border-bottom-left-radius: 16px;
border-bottom-right-radius: 16px
}
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
border-color: var(--tk-content-divider)
}