textarea#challengeChat {
    width: 450px;
    height: 65px;
    resize: none;
}

div.countdown {
    width: 250px;
    height: 43px;
}

div.countdownContainer {
    width: 541px; 
    height: 43px; 
    float: left;
}

#challengeChats {
    margin-left: 100px;
}

ol.challenges {
    list-style-type: none;
    list-style-image: none;
    list-style-postition: outside;
    width: 725px;
}

li.challenges {
    margin: 0;
    border-bottom: 1px solid gray;
    position: relative;
    padding: 5px 0 4px;
}

span.challengesAvatar {
    float: left;
}

span.challengesText {
    float: left;
    display: block;
    overflow: hidden;
    vertical-align: top;
}

span.challengeTextContent {
    width: 100%;
}
span.challengesDate {
    float: right;
    font-size: 8px;
    text-align: right;
}

#newButton {
    width: 150px;
    display: none;
}
#moreButton {
    width: 150px;
    display: none;
}

#chParticipants tr.odd { background-color: #edf5ff;}
#chParticipants tr.even { background-color: #e0eeff;}
