:root {
    --extra-birthday-bg: #ffcbdb;
}

[data-color-scheme="dark"] {
    --menuhl-bg: #663300;
    --shade1-bg: #cd6702;
    --shade2-bg: #f7a859;
    --shade3-bg: #b35a02;

    --extra-birthday-bg: #7e5160;
}

div.nodeinfo div.extra-birthday {
    background-color: var(--extra-birthday-bg);
}

/* CLICKFRENZY STYLES */
div.clfr-stores {
    overflow: hidden;
}
div.clfr-store {
    float: left;
    margin: 0 20px 10px 0;
    position: relative;
}
div.clfr-store a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 180px;
    width: 180px;
}
div.clfr-store span {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    display: block;
    line-height: 120%;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
ul.clfr-stores {
    line-height: 140%;
    margin-top: 0;
}
