
body{
  background:#ccc !important;
}

.container {
  /*max-width:375px; */  /*420px; */   /* 375 px */
  min-height:667px;
	/* border:1px solid #999; */
	padding:0px !important;
  background-color: #fff;
}

.space-s {
	margin-top:10px !important;
}

.space-m {
	margin-top:20px !important;
}

.space-l {
	margin-top:30px !important;
}

.game_view {
  display:none;
  padding:20px;
}

.hsds_green {
  background-color: #d3ca2f !important;
}

.hsds_noborder {
  border: 0px !important;
}

.well{
  font-size:21px;
  text-align: center;
}

.#activeplayers .glyphicon-resize-vertical {
	cursor:move;
}

.ajax_status {
	padding:15px;
	display:none;
}

#voting .glyphicon {
	font-size: 5em;
}

td.sorthandle {
	white-space: nowrap;
}

td.sorthandle .glyphicon-triangle-bottom {
	padding-left:10px;
}

.reconnectWrapper{
    position:absolute;
    z-index:1000;
    border:1px solid #333;
    padding:20px;
    top:100px;
    left:50%;
    height:150px;
    margin-left:-50%;
    display:none;
    background-color:#de981e !important;
    color:#fff;
}
