/* Common */
html {
    font-size: 16px !important;
}

html, body.page-corporate-drive, #root h1, #root h2, #root h3, #root h4, #root h5, #root h6 {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
}

.rdp table th, .rdp table td,
.rdp table td button {
    background-color: transparent;
    border: 0;
}

.rdp table td button[disabled],
.rdp table td button[disabled]:hover {
    background-color: transparent !important;
    color: inherit !important;
}

.rdp table tr:nth-child(odd) {
    background-color: transparent;
}