.challengeBoard .title {
  font-family: verdana,arial,helvetica,sans-serif;
  font-style: normal;
  font-size: 33px;
  color: #005295;
}

.challengeBoard .playerSymbol {
  width: 76px;
  height: 76px;
  border-radius: 38px;
  border: 7px #209ecf solid;
  box-sizing: border-box;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  display: inline-block;
}

.challengeBoard .leftPlayer {
  float: left;
  width: 280px;
  position: relative;
}

.challengeBoard .leftPlayer .playerSymbol{
  float: left;
  box-shadow: 3px 0px 3px dimgrey;
}

.challengeBoard .rightPlayer {
  float: right;
  width: 280px;
  position: relative;
}

.challengeBoard .rightPlayer .playerSymbol{
  float: right;
  box-shadow: 3px 0px 3px dimgrey;
  transform: scaleX(-1);
}

.challengeBoard .notCurrentPlayer {
  opacity: 0.15;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.challengeBoard .informationBar{
  height: 90px;
}

.challengeBoard .playerInfos {
  position: relative;
}

.challengeBoard .playerInfo {
  position: absolute;
  width: 180px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  height: 60px;
  text-align: center;
  transform: translate(-50%, -50%);
  background-color: rgb(32, 158, 208);
  z-index: -1;
}

.challengeBoard .playerInfo .playerInfoText {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.challengeBoard .leftPlayer .playerInfoText {
  padding-left: 20px;
}

.challengeBoard .rightPlayer .playerInfoText {
  padding-right: 20px;
}


.challengeBoard .playerInfo .playerInfoText .playerName {
  font-size: 12px;
  font-family: "Arial";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.challengeBoard .playerInfo .playerInfoText .playerPoints{
  font-size: 32px;
  font-family: "Arial";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.challengeBoard .CBQuestionTopBar {
  position: relative;
  width: 615px;
  height: 63px;
  border-radius: 5px 5px 0px 0px;
  background-color: rgb(0, 122, 169);
  font-size: 12px;
  font-family: 'Arial';
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}


.challengeBoard .CBQuestionContent {
  position: relative;
  background-color: rgb(223, 223, 223);
  border-radius: 0px 0px 5px 5px;
  width: 615px;
  height: 263px;
  z-index: 492;
  box-sizing: border-box;
  text-align: center;
  margin-top: -2px;
}

.challengeBoard .CBQuestionGridBoxes {
  position: relative;
  border-radius: 5px;
  background-color: rgb(223, 223, 223);
  height: 345px;
  width: 615px;
  padding-top: 7px;
  z-index: 337;
  font-size: 30px;
  box-sizing: border-box;
}

.challengeBoard .CBQuestionGridBox {
  border-radius: 5px;
  position: relative;
  z-index: 378;
  font-family: Arial;
  color: rgb(0, 34, 84);
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

.challengeBoard .CBQuestionCategories {
  display: inline-block;
}

.challengeBoard .CBQuestionGridColumns {
  display: inline-block;
}

.challengeBoard .CBQuestionGridColumn {
  float: left;
  position: relative;
}

.challengeBoard .CBQuestionGridBox.unAnswered:hover {
  background-color: rgb(255, 151, 0);
  color: rgb(255, 255, 255);
}

.challengeBoard .CBQuestionGridBox.incorrect {
  color: rgb(100, 0, 0);
  background: rgb(248, 88, 88) url("/img/activities/cb/X_incorrect.png") center no-repeat;
  cursor: default;
}

.challengeBoard .CBQuestionGridBox.correct {
  color: rgb(0, 100, 0);
  background: rgb(147, 197, 40) url("/img/activities/cb/check.png") center no-repeat;
  cursor: default;
}

.challengeBoard .CBQuestionGridBox.unAnswered {
  background-color: rgb(73, 184, 227);
  cursor: pointer;
}

.challengeBoard .CBQuestionCategories .CBBoxText {
  display: inline-block;
  word-wrap: break-word;
  vertical-align: middle;
  max-height: 63px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.challengeBoard .CBQuestionGridBox .CBBoxText {
  display: inline-block;
  line-height: 45px;
}

.challengeBoard .CBQuestionCategories .CBBoxCategory {
  position: relative;
  float: left;
  margin: 0px 3px;
  overflow: hidden;
  height: 63px;
  font-size: 13px
}

.title {
  font-size: 40px;
  margin-bottom: 20px;
}

/*Question*/
.challengeBoard .CBQuestion .CBQuestionTopBar {
  padding-left: 20px;
  box-sizing: border-box;
}

.challengeBoard .CBQuestion .CBQuestionTopBar .CBQuestionCategory {
  position: absolute;
  float: left;
  width: 400px;
  max-height: 63px;
  text-align: left;
  font-size: 17px;
  top: 50%;
  word-wrap: break-word;
  transform: translateY(-50%);
  overflow: hidden;
}

.challengeBoard .CBQuestion .CBQuestionTopBar .CBQuestionScore {
  float: right;
  width: 100px;
  text-align: center;
  line-height: 63px;
  height: 63px;
  font-size: 30px;
}

.challengeBoard .CBQuestion .CBQuestionContent .CBQuestionText {
  font-size: 17px;
  font-family: "Verdana";
  word-wrap: break-word;
  margin: 10px 0px;
  color: rgb(48, 48, 48);
  line-height: 1.2;
  text-align: left;
  max-height: 100px;
  overflow-y: auto;
}

.challengeBoard .CBQuestion .CBQuestionAnswers {
  height: 55px;
}

.challengeBoard .CBQuestion .CBQuestionAnswers .CBQuestionAnswersTitle{
  font-size: 15px;
  font-family: "Verdana";
  color: rgb(32, 158, 207);
  font-weight: bold;
}

.challengeBoard .CBQuestion .CBQuestionContent {
  font-size: 17px;
  font-family: "Verdana";
  padding-top: 2px;
  padding-left: 20px;
  color: rgb(48, 48, 48);
  line-height: 1.2;
  text-align: left;
}

.challengeBoard .CBQuestion .CBQuestionSubmit {
  background-color: rgb(0, 122, 169);
  width: 124px;
  height: 29px;
  z-index: 495;
  font-size: 14px;
  font-family: "Trebuchet MS";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  margin: 5px 0px;
  border-width: 0px;
}

.challengeBoard .CBQuestion .CBQuestionAnswerInput {
  position: relative;
  width: 203px;
  margin: 8px 0px;
  font-size: 15px;
}
.challengeBoard .CBQuestion .CBQuestionAnswerInput.correct {
  z-index: -5;
  background: rgb(232, 248, 217);
  border: 1px solid #7fd769;
}
.challengeBoard .CBQuestion .CBQuestionAnswerInput.wrong {
  z-index: -5;
  background: rgb(248, 222, 222);
  border: 1px solid #e68888;
}

.challengeBoard .CBQuestion .CBQuestionOverlaying {
  width: 202px;
  position: relative;
}
.challengeBoard .CBQuestion .CBQuestionOverlaying.correct {
  background: url("/img/activities/cb/checkSmallBkgnd.png") right no-repeat;
  background-size: 35px 20px;

}
.challengeBoard .CBQuestion .CBQuestionOverlaying.wrong {
  background: url("/img/activities/cb/xSmallBkgnd.png") right no-repeat;
  background-size: 35px 20px;
}
/* start page */
.challengeBoard .CBPlayerNameEditInput {
  font-size: 15px;
  margin-left: 10px;
}

.challengeBoard .CBStartPageMain {
  display: inline-block;
}

.challengeBoard .CBPlayerNameEdit {
  height: 40px;
  position: relative;
  font-family: 'Verdana';
  font-size: 17px;
  color: #209ecf;
  font-weight: bold;
  margin-left: 8px;
  margin-top: 20px;
}

.challengeBoard .CBGameStartButton {
  background-color: rgb(0, 122, 169);
  width: 190px;
  height: 29px;
  font-family: "Trebuchet MS";
  font-size: 14px;
  color: #ffffff;
  margin-top: 25px;
  /*to disable original button styles*/
  border-width: 0px;
}

.challengeBoard .CBTogglePlayerButton {
  width: 40px;
  height: 40px;
  position: absolute;
  display: inline-block;
}

.challengeBoard .CBTogglePlayerButton.on {
  background: url("/img/activities/cb/X\ big.png") no-repeat center;
}

.challengeBoard .CBTogglePlayerButton.off {
  background: url("/img/activities/cb/Plus.png") no-repeat center;
}

.challengeBoard .CBPlayerSymbolSelect {
  height: 50px;
  width: 50px;
  display: inline-block;
  float: left;
  padding-right: 10px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.challengeBoard .CBPlayerSymbolMenu .CBPlayerSymbol {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 90px;
  height: 70px;
  display: inline-block;
}

.challengeBoard .CBPlayerNameEdit .disabled {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.challengeBoard .CBPlayNameEditInputLabel {
  height: 40px;
  line-height: 35px;
  display: inline-block;
}

/** end page **/

.challengeBoard .CBEndPage {
  position: relative;
  width: 615px;
}

.challengeBoard .CBEndTextCongrats {
  font-size: 23px;
  font-family: "Verdana";
  color: rgb(32, 158, 207);
  font-weight: bold;
  line-height: 1.565;
}

.challengeBoard .CBEndPageContent {
  display: inline-block;
  height: 263px;
  width: 615px;
  background-image: url("/img/activities/cb/bigStar.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(223, 223, 223);
  text-align: center;
  color: rgb(0, 122, 169);
}

.challengeBoard .CBEndPageContent .CBEndPageText {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.challengeBoard .CBEndPageStartOver {
  background-color: rgb(0, 122, 169);
  width: 200px;
  height: 29px;
  z-index: 495;
  text-align: center;
  font-family: "Verdana";
  color: white;
  margin: 5px 0px;
  border-width: 0px;
}
  /** out of react **/
#accentBars {
  visibility: hidden;
}
