/* custom css */
#content {
   background-color: #e6e5ec;
}
#mastheadWrapper {
    background-color: #e6e5ec;
}
#mastheadFrame {
    background-color: #e6e5ec;
}
.countdown_div {
    height: 113px;
    padding-top: 19px;
}

/*suppress participant buttons*/
#part_button {
   display: none;
}

#partButton, #teamButton { 
  /*and team button on leaderboard */
  display: none;
}

/*suppress join team buttons - no registration*/
.joinButton {
  display: none
}