.pledge-widget {
    width: 22em;
    margin: 1em;
    margin-top: 0;
    position: relative;
    float: right;
}

.pledge-widget, .pledge-banner {
    background-color: #f5f5f5;
    color: #222;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 1em;
}

.pledge-banner {
    width: 100%;
    margin: 0.5em auto 0.5em auto;
}

.pledge-widget .intro-pane {
    opacity: 1;
    transition: opacity 1.2s;
}

.pledge-widget .result-pane {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1.5em;
    display: none;
    opacity: 0;
}

#pledge_confirm_email {
    font-weight: bold;
    color: #d00;
}

#pledge_validationtxt {
    display: none;
    color: #d00;
}

.pledge-widget p.status, .pledge-banner p.status {
    color: #e22;
    margin: 0.5em 0 0 0;
    padding: 0;
    margin-left: 1.5em;
}

.pledge-widget p.status .count, .pledge-banner p.status .count {
    font-size: 1.7em;
    color: #d00;
    font-weight: bold;
}

.pledge-widget .meter {
    width: 100%;
    margin: 0 auto 0 auto;
}

.pledge-banner .meter {
    width: 60%;
}

.pledge-widget .meter, .pledge-banner .meter {
    border: 1px solid #f00;
    height: 1em;
    background-color: white;
    border-radius: 0 0.75em 0 0.75em;
    overflow: hidden;
}

.pledge-widget .meter .bar, .pledge-banner .meter .bar {
    height: 100%;
    background-color: #f00;
    background: linear-gradient(to bottom, #ff0509 0%, #d70003 75%);
    margin: 0;
    border: 0;
    transition: width 2s ease-in-out;
    width: 0%;
}

.pledge-widget h2, .pledge-banner h2 {
    margin: 0;
    padding: 0;
}

.pledge-banner h2 {
    display: inline;
}

.pledge-widget input.text {
    border: 1px solid #999;
    padding: 0.25em;
}

.pledge-widget input.full, .pledge-banner input.full {
    display: block;
    width: 100%;
    margin-bottom: 0.25em;
}

.pledge-widget input.text:focus{
    border: 1px solid #444;
}

.pledge-widget input[type=submit] {
    margin-top: 0.5em;
}

.pledge-widget input[type=submit], .pledge-banner input[type=submit] {
    font-size: 1.5em;
    color: white !important;
    background-color: #f33;
    height: 3em;
    border-width: 0 0 5px 0;
    border-style: solid;
    border-color: #cc0000;
    font-weight: bold;

    letter-spacing: 0 !important;
    text-transform: none !important;
}

.pledge-banner input[type=submit] {
    float: right;
}

.pledge-widget form, .pledge-banner form {
    margin: 0;
    padding: 0;
}

.pledge-widget label {
    color: #444;
}

.pledge-widget input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 0.5em;
}

.pledge-widget input[type=submit]:hover, .pledge-widget input[type=submit]:hover {
    background-color: #f55;
    cursor: pointer;
}

.pledge-widget input[type=submit]:active, .pledge-widget input[type=submit]:active {
    border: 0;
    background-color: #c00;
}

.pledge-widget small {
    color: #777;
    font-size: 0.7em;
    display: block;
}

.pledge-widget p.validation {
    display: none;
    font-weight: bold;
    color: #e00;
}

.pledge-widget a {
    color: #444;
}

@media only screen and (max-width: 991px) {
    .pledge-widget {
        float: inherit;
        margin: 0 auto 1em auto;
    }

    .pledge-banner .meter {
        width: 100%;
    }

    .pledge-banner h2 {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 767px) {
    .pledge-banner input[type=submit] {
        float: inherit;
        width: 100%;
    }

    .pledge-banner p.status {
        margin: 0;
    }
}
