
#position {
    color: #fff;
}

#total-raised {
    color: #fff;
}

#results-data {
    display: inline-block;
    min-width: 20ex;
    margin: 0 20px 10px 0;
    padding-top: 4px;
    white-space: nowrap;
    color: #fff;
}

#showMore {
    width: 125px;
    border-radius: 0;
    background-color: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
    font-weight: bold;
    cursor: pointer;
    margin: auto;
    text-transform: uppercase;
    color: #000;
}

