.compete__wrapper .game-navigation-list {
    list-style-type: none !important;
    padding: 0px !important;
    margin: 0px !important;
}
.compete__wrapper .game-navigation-list .list-item .link {
    padding: 0px 5px !important;
    height: 32px !important;
    width: 32px !important;
    display: block !important;
}
.compete__wrapper .game-navigation-list .analytics {
    background: url(../images/skipta-sprite.png) -45px -3px !important;
}
.compete__wrapper .game-navigation-list .filter {
    background: url(../images/skipta-sprite.png) -82px -2px !important;
}
.compete__wrapper .game-navigation-list .new-game {
    background: url(../images/skipta-sprite.png) -6px -3px !important;
}


.compete__wrapper .game-wall-list .wall-item .overlay .btn-red,.btn-red {    
    color: #696969;
    margin-left: 20px;
}
.game__detail .qution_item .options input {
    padding-left: 35px;
    vertical-align: text-top;
    margin-right: 7px;
}
.game__detail .qution_item #answercorrect {
  color: #3c763d;
  background-color: #b0e29b;
  border-color: #b0e29b;
  padding-top: 10px;
  padding-bottom: 10px;
}
.game__detail .qution_item #answerwrong {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.game__detail .qution_item .explanation {
  display: inline-block;
  border: 2px dotted #ccc;
  padding: 10px;
  font-weight: bold;
  font-style: italic;
}
.game__detail .qution_item .explanation .explanation-data{
	font-weight: normal;
	font-style: normal;
}

#skipta-bannerimage{
	background: url("/modules/custom/skipta_games/images/game_banner.jpg");
	max-width: 96%;
	min-height: 200px;
	height: auto;
	margin: 0px 16px;
}

#edit-game-description-format, #cke_edit-game-description-value #cke_1_bottom {
	display: none;
}

.cke_top {
	height: 25px !important;
	padding: 0px !important;
}
/* Set appropriate editor heights based on the rows attribute. */
textarea[rows="1"] + .cke .cke_contents {
  height: 2rem !important;
}
textarea[rows="2"] + .cke .cke_contents {
  height: 4rem !important;
}
textarea[rows="3"] + .cke .cke_contents {
  height: 6rem !important;
}
textarea[rows="4"] + .cke .cke_contents {
  height: 8rem !important;
}

/* Allow the maximize button to still operate correctly. */
[style^="position: static"] textarea[rows] + .cke .cke_maximized {
  position: fixed !important;
  height: 100% !important;
}
[style^="position: static"] textarea[rows] + .cke .cke_contents {
  height: 100% !important;
}

.compete__wrapper .thankyou-wrapper .game-thanksimg {
  width: 156px;
  height: 156px;
}

.game-wall-list .skipta-games-follows .link{
   background-color: #fff;
}

.play-game-form #compete-wrapper span.form-required:after {
  display: none !important;
}
.play-game-form #compete-wrapper span.play-required {
  color: #FF0000 !important;
}
.game__detail .question__list .fieldgroup .fieldset-wrapper{
  padding-left:31px;
}
.compete__wrapper .game__detail .option_wrapper{
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .qu_with_img .qu_image{
    text-align: center;
  }
}

.bottom_explanation{ 
    display: block;
    border: 2px dotted #a69999;
    padding: 10px; 
    margin: 10px 0 0 0;
    width: auto;
}

#floatISI .isi_content, #isi .isi_content{
    min-height: 110px;
}
.game-wall-list .sponsoredby{
  text-align: right;
  font-size: 12px;
  font-style: italic;
}
.game-wall-list .sponsoredby >span{
  text-decoration: underline;
}
.game__detail .sponsoredby{
  text-align: left;
  font-size: 12px;
  font-style: italic;  
}
.sponsoredby img {
  width: 40px;
}

.game__detail .sponsoredby span {
  text-decoration: underline;
}
.compete__wrapper .game__detail .question__list .question-result {
   padding-bottom: 10px;
}

@media (max-width: 767px){
a.btn.btn-sushi.bt-resume {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
}

@media (max-width: 991px){
  .game__detail .qution_item .options input[type=radio] {
    min-height: 21px;
    padding: 0;
    vertical-align: bottom;
}
}

.compete-leaderboard h4 {
    color: #545454;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}
.compete-leaderboard ul {
    list-style-type: none;
    padding-left: 0;
}
.compete-leaderboard ul li {
    margin-bottom: 10px;
    font-size: 14px;
}
.compete-leaderboard ul li span {
    display: inline-block;
    padding: 0 10px;
    font-weight: bold;
    /*background: #bb1300;*/
    /*border-radius: 10px;*/
    /*color: #fff;*/
    margin-right: 5px;
}
.leaderboard-left{
    padding-right: 0 !important;
}

.compete__wrapper .game-wall-list .wall-item .overlay .text-center {
  clear: both;
}

.path-passthrough .container section {
  background-color: #f3f3f3;
}

.play-game-form .compete__wrapper .form-required:after {
  margin-left: 0;
}

.question__list .answer-wrapper .options {
  display: block !important;
}
.question__list .answer-wrapper .options sup {
  margin: 0px 0px;
}
