    #mychallengesblurb .challenge-content {
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        /* Customization for My Rewards*/
        margin-bottom: 0px;
        padding: 3% 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform, -webkit-transform;
        border-top:1px solid black;
    }



#challenge-registered, #challenge-not-registered, #challenge-ended {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#challenge-not-registered, #challenge-ended {
    z-index: 20;
    position: absolute;
}

#challenge-register {
    margin: 0 auto;
    width: 100%;
    top: 25px;
    position: absolute;
    text-align: center;
}

    #challenge-register #register-name, #challenge-register #challenge-ended-content {
        width: 100%;
    }

    #challenge-register .register-challenge-button {
        margin: 0 auto;
        margin-top: 5%;
        float: none;
        color: #ffffff;
        text-decoration: none;
    }

#challenge-ended #challenge-register div {
    margin: 5% 0;
}

#mychallengesblurb #pie-chart {
    width: 30%;
    float: left;
    padding-right: 1%;
    text-align: center;
}

    #mychallengesblurb #pie-chart span {
        display: inline-block;
    }

#challenge-container {
    width: 100%;
    height: 100%;
}

#challenge-container #content {
    width: 65%;
    text-align: left;
    float: left;
}

#challenge-container #content div {
    margin: 2% 0;
}

#challenge-description, #challenge-end-text {
    font-size: 80%;
}

#challenge-active {
    margin-top: 3%;
    font-size: 60%;
}

#challenge-rc-togo span {
    color: #AD1F23;
}

#challenge-prize {
    background-color: #f2f2f2;
    padding: 2%;
    margin: 2% 0;
    width: 80%;
}

    #challenge-prize p {
        font-size: 13px;
        line-height: 13px;
        margin: 1% 0;
        padding: 0 0 0 0 !important;
    }

.blur-challenge {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}


/* FILTER BUTTONS */
/* Style the buttons */
#mychallengesblurb .filter-btn {
    border: 1px solid gray;
    border-radius: 5px;
    width: 90px;
    outline: none;
    padding: 8px 12px;
    background-color: #fff;
    cursor: pointer;
}

    /* Add a light grey background on mouse-over */
    #mychallengesblurb .filter-btn:hover {
        background-color: #CECECE;
    }

    /* Add a dark background to the active button */
    #mychallengesblurb .filter-btn.active {
        background-color: gray;
        color: white;
    }
#mychallengesblurb .challenge-active-row, #mychallengesblurb .challenge-completed-row, #mychallengesblurb .challenge-expired-row {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    background-color: #484848;
    padding: 1% 0 1% 1%;
    margin-top: 1%;
}

#mychallengesblurb .mychallenges-progress canvas {
    max-width: 70%;
    max-height: 70%;
}

#mychallengesblurb .no-challenge-text {
    text-align: center;
}
#mychallengesblurb .no-challenge-row {
    margin-bottom: 20px;
}

.mychallenges-progress {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    padding-top: 6px;
}

    .mychallenges-progress strong {
        position: absolute;
        top: 36%;
        left: 0;
        width: 100%;
        text-align: center;
        float:left;
    }

        .mychallenges-progress strong span {
            font-size: 70%;
        }

/* Adjust break point for percent complete text under progress circle */
@media (max-width: 495px) {
    .mychallenges-progress strong {
        position: inherit;
    }
}