@charset "UTF-8";
/*
CSS Document
Cashback for Green - Frontend
*/


/* User Dashboard */
.wpum_one_third {
    width: 25%;
}
.wpum_two_third {
    width: 71%;
}

.greencent-value {
    font-weight: bold;
}
.greencent-value img.greencenticon {
    width: 27px;
    height: auto;
    margin-left: 5px;
    margin-top: -2px;
}

.wpum-account-page .projekte_wrapper {
    position: relative;
    width: 100%;
}
.wpum-account-page .projekte_wrapper .projekte_panel {
    width: 25%;
    float: left;
    padding-right: 20px;
    margin-bottom: 30px;
}


fieldset.projekt_auswahl {
    margin-bottom: 2em;
    padding-bottom: 12px;
}
.projekt_auswahl .radio_option {
    margin-top: 5px;
}
.projekt_auswahl .radio_option > label {
    font-weight: bold;
    margin-left: 5px;
}
.projekt_auswahl .radio_description {
    margin-left: 24px;
    margin-bottom: 5px;
}

div#consumer_token_visible {
    color: #666;
    padding: 0.75em;
    height: auto;
    width: fit-content;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: var(--ast-comment-inputs-background);
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}


/* Homepage */
.sdgicon_frontpage {
    width: 65px;
    margin-right: 2px;
}
