body {
    font-family: 'Arial';
    background-color: #f6f6f6;
}

table {
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: inherit;
    font-variant: normal;
    font-style: normal;
}

.fa-sbc-spade {
    color: #26397a;
    font-size: 1.15em;
}

.fa-sbc-heart {
    color: #ff0000;
    font-size: 1.15em;
}

.fa-sbc-diamond {
    color: #e68a00;
    font-size: 1.15em;
}
.fa-sbc-club {
    color: #008000;
    font-size: 1.15em;
}

.outline {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    font-size: 1em;
}

#gamebody {
    position: relative;
}

#overall {
    top: 0px;
    left: 0px;
    position: absolute;
    width:100%;
    height:100%;
    z-index: 200000;
}

#overallouter {
    background-color: rgba(0,0,0,0.3);
    padding: 5%;
    padding-top:5%;
    color: #ffffff;
    text-align: right;
    cursor: pointer;
}

#overallinner {
   padding: 5%;
   background-color: white;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   color: #000000;
   text-align: left;
   cursor: auto;
}

.resultsbtn {
    color:#26397a;
    cursor:pointer;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#ladder {
    margin: auto;
    border-spacing: 10px;
    border-collapse: separate;
    font-size:12px;
}

#ladder th {
    color:#26397a;
    cursor:pointer;
}

#ladder th .res {
    color:#000000;
    cursor:pointer;
}

#ladder th .resl {
    color:#000000;
    cursor:pointer;
    text-align: left;
}

.order {
    display:none;
}

#Results {
  display: block;
  max-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floatleft {
    float: left;
    width: 15%;
    padding: 5px 25px;
}
.floatleftbutton {
    background-color: blue;
}

/* contract [ trailingspace ] declarer */
.trailingspace {
    display: none;
}

.toosmall {
    display:none;
}

.gamelink {
    cursor: pointer;
}

.lessonlink {
    text-decoration: underline;
    color : #26397a;
    cursor: pointer;
}

.saveprofilechanges {
    padding:10px;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 6px;
	  -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#biggerdiv {
    font-size: 12px;
}

#bigdiv {
    background-color: #ffffe8;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;/* for live players */
}

#closeall {
    cursor:pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .3;
    z-index: 100000;
}

#gamebody.bridgeonline #bigdiv {
    background-position: center top;
}

#gamebody.bridgedoctor #bigdiv {
    background-position: center top;
}

#gamebody._60secondbridge #bigdiv {
    background-position: center top;
}

/*
#livegamechat {
    margin: auto;
    max-width:1000px;

}
*/

/* menu */

#playscreen_gamemenu {
    table-layout: fixed;
	  width:100%;
    border-spacing: 5px;
    border-collapse: separate;
    z-index: 20000;

}

#playscreen_gamemenu td {
    text-align: center;
    background-clip: padding-box;
	  border-radius: 6px;
	  -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#playscreen_gamemenu td.gamemenu {
    font-weight: bold;
    color: #26397a;
    text-align: center;
    cursor:pointer;
}

#playscreen_gamemenu td.gamemenu#playscreen_handinfo_home {
    text-align: left;
}
#playscreen_gamemenu td.gamemenu#playscreen_handinfo_deal {
    text-align: right;
}

#showfollowers {
    font-weight: bold;
    color: #26397a;
}

#showfollowers:hover {
    color: #516094;
}

#showallscores {
    font-weight: bold;
    color: #26397a;
}

#showallscores:hover {
    color: #516094;
}

#showfollowers.active {
    color: #000000;
}

#showallscores.active {
    color: #000000;
}

#playscreen_gamemenu td.hashover:hover {
    color: #516094;
}

#dropdowns {
    background-color: red;
    position:relative;
    z-index: 80000;
}

#dropdownleft {
    position:absolute;
    left: 0px;
    display:none;
    width: 200px;
}
#dropdownright {
    position:absolute;
    right: 0px;
    display:none;
    width: 200px;
}

/* table */

#playscreen_table_new {
    position: relative;
    margin: auto;
    /*width: 99%;*/
    /*max-width: 800px;*/

}

/* players, ( within table ) */

#uiplayerbgouter {
    position: absolute;
    left:50%;
    z-index: 10000;
    display:none;
}

#uiplayerbgouter.active {
    display: block;
}

#uiplayerbg {
    position: absolute;
    top:50px;
    left: -200px;
    width: 400px;
    height: 250px;
    background-color:rgba(255, 255, 255, .9);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#uinorthfull {
    z-index: 10002;
    position: absolute;
    top: 18%;
    left :50%;
}

#uiwestfull {
    z-index: 10003;
    position: absolute;
    top: 28%;
    left : 36%;
}

#uieastfull {
    z-index: 10004;
    position: absolute;
    top: 28%;
    left : 64%;
}

#uisouthfull {
    z-index: 10001;
    position: absolute;
    top: 38%;
    left : 50%;
}

.uiplayerouter {
    position: absolute;
    width : 150px;
    left: -75px;
    height: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.uiplayerouter.active {
    background-color: #ffffff;
    color:#ff0000;
}

.uiplayerouter.active .uiplayer{
    background-color: inherit;
}

.uiplayer {
    position: absolute;
    width: 100px;
    left : 25px;
    top:5px;
    text-align: center;
    background: #ffffff;
    opacity: .6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.uiplayer:hover {
    opacity: 1;
}

.uiplayer.active {
    opacity: 1;
}

/* middle popup */

#playscreen_allinfo {
    z-index: 110000;
    position: absolute;
    bottom:20%;
    right: 0px;
    background-color: #ffffff;
}

#allcards {
    position:absolute;
    width:100%;
    height:100%;
}

#playscreen_auction {

    display:none;
    z-index: 70000;

    position: absolute;

    left: 10%;
    width: 80%;

    bottom: 20%;
    min-height: 32%;

    background-color:rgba(255, 255, 255, .9);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#playscreen_auction.review {
    z-index: 120000;
}

#gamebody.bridgeonline #playscreen_auction{
    background-color: #ffffff;
}

#gamebody.bridgedoctor #playscreen_auction{
    background-color: #ffffff;
}

table.auctiontable {
    margin: 4px auto 0;
    width: 96%;
	table-layout:fixed;
}

table.auctiontable td {
    text-align: center;
    color: #244f4f;
}

.auctiontable .thisplayersbid {
    opacity: 1;
    font-weight:bold;
}

table.auctiontable td.gamebid {
    color: #000000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color:rgba(255, 255, 255, .6);
    cursor:pointer;
}

.gamebid:hover {
    background-color:rgba(255, 255, 255, 1);
}

#playscreen_score_all {
    padding: 10px;
    padding-top: 0px;
    margin: 40px auto 0;
    width: 86%;
    max-width: 550px;
}

.tablescores{
    width: 100%;
    border-collapse: collapse;
}
.tablescoresscores {
    align-right;
    width:10%;
}

.tablescores tr {
    background-color: #ffffff;
}

.tablescores tr td:first-child {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;

}

.tablescores tr td:last-child {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.tablescores tr:nth-child(even)  {
    /*background-color: #f2f2f2*/
}

.tablescores td {
    padding: 4px;
}

.nextscore {
    cursor: pointer;
    text-decoration: underline;
}

.allscores .scoresfriends {
    display: none;
    background-color: #ffffff;
}

.friendsscores .scoresall {
    display: none;

}

.collapse_list {
    margin: 0px;
    padding: 0px;
}

.collapse_head {
    /*padding: 5px 25px;*/
    cursor: pointer;
    position: relative;
    margin: 1px;
}

.collapse_head.open {
    /*background-color: #7c88af;*/
}

.collapse_body {
    padding: 0px;
}

.collapse_body.closed {
    display: none;
}

.confirm {
    width: 90%;
    background-color: #26397a;
    text-align: center;
    text-indent: 0px;
    margin: 0 auto;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #ffffff;
    -moz-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px;
    behavior: url(border-radius.htc);
    border: none;
}

.confirm:hover {
    background-color: #516094;
}

.confirmsub {
    width: 80%;
}

#playscreen_userinfo {
	padding:10px;
	position: static;
	background-color: #ffffff;
	text-align:center;
	margin:5px auto 0;
	min-height:28px;
}

#gamebody.bridgeonline #playscreen_userinfo {
    background-color: #e0e5c2;
}

#gamebody.bridgedoctor #playscreen_userinfo {
    background-color: #e0e5c2;
}

#playscreen_userinfo_hint_ {
    color: #436060;
}

#playscreen_userinfo_hint_: hover{
    color: #26397a;
}

/* bidding */

.bidwheel {
    margin:5px auto 0;
    padding-bottom:1px;
    max-width:800px;
}

#playscreen_bidbox {
    margin: 5px;
    visibility:hidden;
}

#playscreen_bidgrid_top {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 50px;
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width:300px;
    table-layout:fixed;
}

.bidgrid {
    background-color: #e0e5c2;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom: 2px;
    cursor:pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}

.bidgrid:hover{
    background-color: #ffffff;
}

#playscreen_bidbox_top {

   -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: table;
	  table-layout:fixed;
	  vertical-align: middle;
    width:100%;
    background-color:rgba(255, 255, 255, 0.8);
    border-spacing: 5px;
    border-collapse: separate;
}

#playscreen_bidbox_bids {
    display:table-row;
	  vertical-align: middle;
}

.bidbtn {
	  display: table-cell;
	  vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-family: Arial;
    color: #000000;
    cursor: pointer;
}

.bidbtnarrow {
	display: table-cell;
	vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-family: Arial;
    color: #000000;
}

.bidbtnMid {
	  display: table-cell;
	  vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-family: Arial;
    color: #ffffff;
}

.BBhovertable-PlusMinus {
    color:red;
    cursor: pointer;
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.BBhovertable-PlusMinus:hover{
    background-color: #e50000;
    color:#ffffff;
}

.BBBigBlackContact {
	padding: 4px;
    background-color: #ff0000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

}

.BBBigBlackContact:hover {
    background-color: #e50000;
}

.selectBid {
    background-color:rgba(255, 255, 255, 0.6);
    color: #000000;
}

.selectBid:hover{
    background-color:rgba(255, 255, 255, 1);
    color: #ff0000;
}

.FullBidImages {
    display:none;
}

.selectBid .FullBidImages {
    display:inline;
}

.bidsurroundmid {
    margin:5px auto 0;
    margin-top:0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.bidsurround {
    background-color:rgba(255, 255, 255, 0.6);
    margin:5px auto 0;
    margin-top:0px;
    max-width: 50px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.bidsurround:hover{
    background-color:rgba(255, 255, 255, 1);
}

.newcard {
    position: absolute;
    height:16%;
    width:7.5%;
    cursor:pointer;
    opacity: 0;
}

.newcardm {
    opacity: 1;
}

.cardactive {
    -moz-box-shadow: 0 0 1px 1px #ffff00;
    -webkit-box-shadow: 0 0 1px 1px #ffff00;
    box-shadow: 0 0 1px 1px #ffff00;

}

#playscreen_table_new.hashover .cardactive:hover {
    transform: scale(1.2);
}

.cardselected {
    transform: scale(1.2);
}

.SCardSet { background: url('https://C.environment.playbridgedoctor.com/assets/Images/sbc-cards-s.png') no-repeat; }
.HCardSet { background: url('https://C.environment.playbridgedoctor.com/assets/Images/sbc-cards-h.png') no-repeat; }
.DCardSet { background: url('https://C.environment.playbridgedoctor.com/assets/Images/sbc-cards-d.png') no-repeat; }
.CCardSet { background: url('https://C.environment.playbridgedoctor.com/assets/Images/sbc-cards-c.png') no-repeat; }

.SCardSet { background-size: 1300% 100%;}
.HCardSet { background-size: 1300% 100%;}
.DCardSet { background-size: 1300% 100%;}
.CCardSet { background-size: 1300% 100%;}

.front {
    position: absolute;
    height:100%;
    width:100%;
}

.frontm {
    position: absolute;
    height:100%;
    width:100%;
	  width:100%;
	  height:100%;
	  opacity: 1;
}

.back {

	width:100%;
	height:100%;
	opacity: 0;

	//background: url('http://45.55.187.228/assets/Images/sbc-cards-back.png') no-repeat;
  background: url('https://C.environment.playbridgedoctor.com/assets/Images/sbc-cards-back.png') no-repeat;

	background-size: 100% 100%;

}

.backm {
    position: absolute;
	  display: none;
}

.newc14 {
    background-position: 0% 0%;
}
.newc02 {
    background-position: 8.33% 8.33%;
}
.newc03 {
    background-position: 16.66% 16.66%;
}
.newc04 {
    background-position: 25% 25%;
}
.newc05 {
    background-position: 33.33% 33.33%;
}
.newc06 {
    background-position: 41.66% 41.66%;
}
.newc07 {
    background-position: 50% 50%;
}
.newc08 {
    background-position: 58.33% 58.33%;
}
.newc09 {
    background-position: 66.66% 66.66%;
}
.newc10 {
    background-position: 75% 75%;
}
.newc11 {
    background-position: 83.33% 83.33%;
}
.newc12 {
    background-position: 91.66% 91.66%;
}
.newc13 {
    background-position: 100% 100%;
}

.newd14 {
    background-position: 0% 0%;
}
.newd02 {
    background-position: 8.33% 8.33%;
}
.newd03 {
    background-position: 16.66% 16.66%;
}
.newd04 {
    background-position: 25% 25%;
}
.newd05 {
    background-position: 33.33% 33.33%;
}
.newd06 {
    background-position: 41.66% 41.66%;
}
.newd07 {
    background-position: 50% 50%;
}
.newd08 {
    background-position: 58.33% 58.33%;
}
.newd09 {
    background-position: 66.66% 66.66%;
}
.newd10 {
    background-position: 75% 75%;
}
.newd11 {
    background-position: 83.33% 83.33%;
}
.newd12 {
    background-position: 91.66% 91.66%;
}
.newd13 {
    background-position: 100% 100%;
}
.newh14 {
    background-position: 0% 0%;
}
.newh02 {
    background-position: 8.33% 8.33%;
}
.newh03 {
    background-position: 16.66% 16.66%;
}
.newh04 {
    background-position: 25% 25%;
}
.newh05 {
    background-position: 33.33% 33.33%;
}
.newh06 {
    background-position: 41.66% 41.66%;
}
.newh07 {
    background-position: 50% 50%;
}
.newh08 {
    background-position: 58.33% 58.33%;
}
.newh09 {
    background-position: 66.66% 66.66%;
}
.newh10 {
    background-position: 75% 75%;
}
.newh11 {
    background-position: 83.33% 83.33%;
}
.newh12 {
    background-position: 91.66% 91.66%;
}
.newh13 {
    background-position: 100% 100%;
}
.news14 {
    background-position: 0% 0%;
}
.news02 {
    background-position: 8.33% 8.33%;
}
.news03 {
    background-position: 16.66% 16.66%;
}
.news04 {
    background-position: 25% 25%;
}
.news05 {
    background-position: 33.33% 33.33%;
}
.news06 {
    background-position: 41.66% 41.66%;
}
.news07 {
    background-position: 50% 50%;
}
.news08 {
    background-position: 58.33% 58.33%;
}
.news09 {
    background-position: 66.66% 66.66%;
}
.news10 {
    background-position: 75% 75%;
}
.news11 {
    background-position: 83.33% 83.33%;
}
.news12 {
    background-position: 91.66% 91.66%;
}
.news13 {
    background-position: 100% 100%;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

* {
    -webkit-touch-callout: none !important;
}

@media screen and (min-width: 480px) {

    #biggerdiv {
      font-size: 16px;
    }
    #playscreen_gamemenu {
	    height: 52px;
	  }
	  .toosmall {
	    display:inline;
	  }
	 .trailingspace {
        display: inline;
    }
    #playscreen_auction {
	    left: 15%;
	    width: 70%;
	  }
}
@media screen and (min-width: 770px) {

    #gamebody.bridgeonline #playscreen_bidbox {
        display:none;
    }

    #gamebody.bridgedoctor #playscreen_bidbox {
        display:none;
    }

    #gamebody._60secondbridge #playscreen_bidbox {
        display:none;
    }

    #gamebody.bridgeonline #playscreen_bidbox.nexthand {
        display:block;
    }

    #gamebody.bridgedoctor #playscreen_bidbox.nexthand {
        display:block;
    }

    #gamebody._60secondbridge #playscreen_bidbox.nexthand {
        display:block;
    }

    #gamebody.bridgeonline #playscreen_bidgrid_top {
        display: table;
    }

    #gamebody.bridgedoctor #playscreen_bidgrid_top {
        display: table;
    }

    #gamebody._60secondbridge #playscreen_bidgrid_top {
        display: table;
    }

    #biggerdiv {
        font-size: 18px;
    }

    #playscreen_auction {
	    left: 27%;
	    width: 46%;
	  }

    #gamebody.bridgeonline #playscreen_auction {
      left: 20%;
	    width: 30%;
    }
    #gamebody.bridgedoctor #playscreen_auction {
      left: 20%;
	    width: 30%;
    }
    #gamebody._60secondbridge #playscreen_auction {
      left: 20%;
	    width: 30%;
    }

    #overallouter {
      padding: 20%;
      padding-top:10px;
    }
    #ladder {
      font-size:16px;
    }
    #Results {
      max-width: 150px;
    }
}

@media screen and (min-width: 980px) {
    #biggerdiv {
        font-size: 20px;
    }
    #playscreen_auction {
	    left: 35%;
	    width: 30%;
	  }

    #gamebody.bridgeonline #playscreen_auction {
	    left: 25%;
	    width: 25%;
    }
    #gamebody.bridgedoctor #playscreen_auction {
	    left: 25%;
	    width: 25%;
    }
    #gamebody._60secondbridge #playscreen_auction {
	    left: 25%;
	    width: 25%;
    }
}

@media screen and (min-width: 1100px) {
    #gamebody.bridgeonline #biggerdiv {
      font-size: 21px;
    }
    #gamebody.bridgeonline #playscreen_auction {
	    left: 30%;
	    width: 25%;
    }
    #gamebody.bridgedoctor #playscreen_auction {
	    left: 30%;
	    width: 25%;
    }
    #gamebody._60secondbridge #playscreen_auction {
	    left: 30%;
	    width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    #gamebody.bridgeonline #biggerdiv {
      font-size: 22px;
    }
    #gamebody.bridgeonline #playscreen_auction {
	    left: 37.5%;
	    width: 25%;
    }
    #gamebody.bridgedoctor #playscreen_auction {
	    left: 37.5%;
	    width: 25%;
    }
    #gamebody._60secondbridge #playscreen_auction {
	    left: 37.5%;
	    width: 25%;
    }
}

@media screen and (min-width: 1400px) {
    #gamebody.bridgeonline #biggerdiv {
        font-size: 24px;
    }
}

/**************commenting form css*************************/
#gamecomments {
    clear:both;
    margin: 20px auto 0;
    width: 86%;
	  font-family:Arial;
}
#gamecomments .commentlist {
	  list-style-type:none;
	  margin-left:0;
	  padding-left:0;
}
#gamecomments .commentlist > li {
    margin-bottom: 30px;
	  position:relative;
	  border-bottom:1px solid #eaeaea;
}
#gamecomments .commentlist > li p {
    margin: 4px 0 10px;
	  line-height: 24px;
}
#gamecomments .commentlist > li .comment-body {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 0;
    overflow: hidden;
    padding: 20px 20px 20px 20px;
    position: relative;
}
#gamecomments .commentlist > li .comment-author {
    color: #444;
    /*font-size: 15px;*/
}
#gamecomments .comment {
    margin-bottom: 5 !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#gamecomments .commentlist > li .comment-author cite{
	  color: #26397a;
	  font-size: 15px;
    line-height: 24px;
	  text-decoration:none;
	  font-style:normal;
}
#gamecomments .commentlist > li .comment-meta a {
	  color: #26397a;
    font-size: 12px;
    font-style: italic;
    line-height: 24px;
	  text-decoration:none;
}
#gamecomments .commentlist > li .comment-meta a:first-child:hover {
	  color: #26397a;
    font-size: 12px;
    font-style: italic;
    line-height: 24px;
	  text-decoration:underline;
}
@media screen and (min-width: 770px) {
    #gamecomments .commentlist > li .comment-author {
        float : left;
    }
    #gamecomments .commentlist > li .photo {
        display: block;
        height: 64px;
        left: 30px;
        line-height: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        position: absolute;
        top: 20px;
        width: 64px;
    }
    #gamecomments .commentlist > li .comment-body {
        padding: 20px 20px 20px 125px;
    }
    #gamecomments .commentlist > li .comment-meta a.comment-edit-link {
        float: right;
        margin-right:50px;
    }
}
#gamecomments .commentlist > li .comment-meta a.comment-reply-link {
	  position: absolute;
	  right: 15px;
	  background-color: #787878;
	  color: #fff !important;
	  padding: 0px 6px;
	  border-radius: 3px;
}
#gamecomments .commentlist > li .reply {
    position: absolute;
    right: 20px;
    top: 20px;
}
#gamecomments .commentlist > li .reply a.comment-reply-link {
    border-radius: 3px;
    font-size: 11px;
    padding: 3px 6px;
	  background-color: #787878;
    color: #fff !important;
}
#gamecomments .commentlist > li p img {
    height: auto;
    max-width: 100%;
}
#new_comment{
    font-family: 'Arial';
	  margin-bottom: 10px;
	  height:169px;
	  border-color: #c4c4c4;
	  -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size:16px;
    padding:5px;
}
.add_comment{
    border-color: #058BD3 !important;
    background-color: #058BD3 !important;
    color: #FFFFFF !important;
    border: 0px none;
    padding: 12px 32px;
    display: inline-block;
    padding: 11px 30px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    margin-right: 7px;
    background: none repeat scroll 0% 0% transparent;
    transition: all 0.5s ease 0s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.add_comment:hover {
    background-color: #26397a !important;
}

.hidden {
    display: none;
}