  .userImg {
	      position: static;
	  }
	  .search {
	  border:none;
	  padding: 6px 10px 12px 0px;
	  }   
	  .inviteImg {
	      display:none;
	  }
	  .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
	    width: 610px !important;
	  }
          .nav_links
          {
              padding-left:10px;
              float: right;
    color: #fff;
    font-size: 18px;
          }
           #showTab2,#showTab3, #showTab1{display:none;}
           .joinBtn
           {
                   float: right;
    font-family: calibri, calibriregular;
    
    background: #0494d5;
    padding: 4px 0px;
	text-align:center; min-width:56px;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
           }
           .joinBtn a
           {
               color: #fff;
           }
           .rightBoxPart .hosted_challMain
           {
               width:90%;
           }
           .subhild_p a
           {
               color:#000;
               cursor: pointer;
               font-size:14px;
           }
           .category li .viewMore
           {
                   position: absolute;
                left: 0px;
                bottom: 0px;
           }
           .category li{position:relative;min-height:255px;}
           .category.recommend_test li{min-height:220px;}
           .category li:last-child{
               margin-right:0px;
           }
           .quizSetting .settingBox .selectedCompi .selectUser {
           float: left;
           height: 244px;
           overflow-y: auto;
           padding-top: 10px;
           width: 100%;
         }
         .invite_friend_main {
           overflow-x: hidden;
         }
         
.userBadge {
  max-width: 40px;
}
.userBadgeCont > span.badgeText {
  background: rgba(0, 0, 0, 0) url("../images/badges/ribbon.png") no-repeat scroll center 0;
  display: block;
  float: none !important;
  font-size: 9px !important;
  font-weight: bold;
  height: 27px;
  margin-top: 1px !important;
  padding-top: 1.5px;
  text-align: center;
  width: 100%;
}
.liveBoadFeed .leftSide .tablePart table th:first-child, .liveBoadFeed .leftSide .tablePart table th:nth-child(3){  text-align:center}
.userBadgeCont {
    text-align: center;
    width: 100%;
	display:inline-block;
}
.selectParticipant{
    cursor:pointer;
}
.quizPortalLeft .participant .participantInfo .name
{
    padding-bottom:5px;
}
.quizPortalLeft .participant .participantInfo .points
{
    padding-bottom: 2px;
}
.quizPortalLeft .participant .participantInfo .level
{
    font-size:12px;
}
.show_tab
{
    cursor: pointer;
}
.wrongIcon
{
    float: left;
    background: url('../quiz_home/images/answerIcons.png') 0 -28px no-repeat;
    height: 20px;
    width: 20px;
}
.GivenAnswer:last-child{
    border-bottom: 1px solid #656a70;

}
.questionPart .questionBox .answerBox .options .optionNo
{
    line-height: 35px;
}
.questionPart .questionBox .answerBox .options .ansOption
{
    width:84%;
}
.questionPart .questionPartHeader .quizClockTime
{
    padding-top:11px;
}
.wrongAnswer{border:1px solid #f00 !important;}
.searchBox a.dropdown:hover{color:#17a1e6;}
.searchBox a.dropdown{text-align: center;}

.set_red
{
      -webkit-animation-name: set_blink; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: set_blink;
    animation-duration: 1s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes set_blink {
    from {display: none;}
    to {display: block;}
}

/* Standard syntax */
@keyframes set_blink {
     from {display: none;}
    to {display: block;}
}
.profile-info-block ul li a:hover
{
    color:#23527c;
}
a.font_home_a
{
        color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 21px;
}
a.font_home_a:hover
{
        color: #17a1e6;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 21px;
}

img.coinsImage
{
    vertical-align: middle;
}