/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.challenge-actions-container {
    width: 100%;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.descChallenge {
    width: 50%;
    text-align: center;
    white-space: pre-wrap;
    margin-left: 27%
}
.descTable{
    text-align: center;
    color:grey;
    margin-left: 59px;
    display: none;
}
.descTitle{
    text-align: center;
    font-size: xxx-large;
    font-weight: bold;
}

/*.csv {*/
/*    border: 1px solid black;*/
/*}*/
