.container{
	background-color: #00d4a2;
	height: 100%;
	max-width: 800px;
}
html, body {
    height:100%;
    background-color: #00d4a2;
}
.button_container{
	display: flex;
	position: relative;
	top: 40%;
	transform: translateY(-60%);
	align-items: center;
  	display: flex;
 	justify-content: center;
}
.col-md-6{
	padding: 0px;
}
#roomBtn{
	width: 100%;
}
.inner-content{
	display: flex;
	position: relative;
	background-color: white;
	border-radius: 5px;
	border-color: #02b087;
	top: 10%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 8px;
}
#roomCode{
	align-items: center;
  	display: flex;
}

#backBtn{
	border-radius: 0px;
	border-bottom-right-radius: 5px;
	background-color: white;
	top: 0px;
	left: 0px;
	position: absolute;
	padding: 3px;
}

.grid td {
    padding: 0px;
    position: relative;
    border: none;
}
.grid div.clicked {
    background-color: black;
}
#qrCode{
	position: relative;
	overflow: visible;
	width: 100%;
	z-index: 5;
	left: 0%;
}
#gridTable{
	table-layout: fixed;
}

#gridTable > td {
  position: relative;
}

#gridTable > td > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#gridTable > td:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.whiteBlock{
	background-color: white;
}
.blackBlock{
	background-color: black;
}

.form-signin{
	width: 60%;
	margin: 0 auto;
}

.form-signin > input, .form-signin > button{
	margin: 10px;
}

.spelerCode{
	margin-top: 10px;
}

.qrgamecontent{
	display: none;
	text-align: center;
	width: 100%;
}

.waiting-area{
	display: none;
	margin: 0 auto;
	text-align: center;
}

.waiting-area > img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.centertext{
	text-align: center;
}

.col-md-12{
	text-align: left;
}

#roomsTable > tr > td > button{
	width: 100%;
}
#roomsTable > tr > td{
	width: 20%;
	word-break: break-all;
}
#roomsTable > tr > td:nth-child(2){
	width: 60%;
}
#roomsDiv > table{
	table-layout:fixed;
}

/* .roomTooltip{
	text-align: left;
	float: left;
	background-color: green;
	color: white;
	font-size: 16px;
	width: 100%;
	min-height: 40px;
	vertical-align: middle;
	padding: 7px;
	position:relative;
	margin-bottom: 20px;
	display: none;
}

.roomTooltip:after {
	content: '';
   position: absolute;
   left: 18px;
   top: 100%;
   width: 0;
   height: 0;
   border-left: 20px solid transparent;
   border-right: 20px solid transparent;
   border-top: 20px solid green;
   clear: both;

} */

.roomTooltip{
	color: black;
	font-weight: bold;
}

.tinyfootertext{
	font-size: 10px;
	text-align: left;
	position: absolute;
	left: 12px;
}

.modal-header-question{
	background-color: green;
	color: white;
	font-size: 16px;
	text-align: center;
	padding:15px;
}

#questionsModal > div.modal-dialog{
	max-width: 800px;
}

@media only screen
and (min-device-width : 380px)
and (max-device-width : 580px) {
	td{
		font-size: xx-small;
	}

	.modal-question > .modal-dialog{
		width: 100%;
		max-width: 100%;
	}
}