main .panels .doclist {
                --paper-tab-content: {
                    font-family: var(--pb-heading-font-family);
                    font-weight: 400;
                };
                --paper-card-header: {
                    background-color: #0570a6;
                };
                --paper-card-header-text: {
                    font-family: var(--pb-heading-font-family);
                    font-size: 16px;
                    font-weight: 400;
                    color:white;
                };
}
            aside .odds,
            aside .upload {
                --paper-card-header: {
                    background-color: #d1dae0;
                    color:black;
                };
                --paper-card-header-text: {
                    font-family: var(--pb-heading-font-family);
                    font-size: var(--pb-content-font-size);
                    font-weight: 400;
                    color: black;
                };
            }
            .tp-title small {
                font-size: .65em;
                vertical-align: super;
                color: var(--pb-color-focus);
                padding-left: .35em;
            }