.challenge h3, .challenge h4 {
    color: #fff;
}
.challenge p {
    color: #cccccc;
}
.challenge.btn-main {
    margin-top: 20px;
    margin-bottom: 0px;
}
.challenge.btn-main span {
    background: none;
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
}
.btn-main {
    margin-right: 10px;
}
.ronald-image {
    text-align: center;
}
.challenge .big-number {
    font-size: 900%;
    color: #5c2684;
    font-weight: 500;
}
.challenge .hash-tag {
    color: #5c2684;
    font-size: 2em;
    margin-top: -25px;
}
.challenge .gifts {
    text-align: center;
}
.challenge .tshirts {
    width: 80%;
}
.challenge .bands {
    width: 65%;
}
.challenge .prizes * {
    padding-left: 30px;
}
.challenge #content .intro p {
    max-width: none;
}
.challenge .previous-challengers {
    text-align: center;
}
.challenge .previous-challengers img {
    width: 100%;
}
.challenge a {
    color: #541a8a;
    color: #89527a;
}

@media (max-width: 700px) {
    .ronald-image {
        height: auto;
    }
    .ronald-image img {
        height: auto;
        /*width: 90%;*/
    }
}

@media (max-width: 1520px) and (min-width: 1200px) {
    .challenge #content .intro .col-lg-6 + .col-lg-6 {
        width: 50%;
    }
}
