
.rTable { display: table; } 
.rTableRow { display: table-row; } 
.rTableBody { display: table-row-group; } 
.rTableCell { display: table-cell; } 

.socialLabel { 
	display: table-cell; 
	padding-top:40px;
	padding-bottom:5px;
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
} 

.socialHeaderRow {
	font-weight: bold;
}

.socialrow { 
	margin-bottom: 4px;
	background-color: #B2E0F7;
	border-radius: 7px;
	border-top: 5px solid #B2E0F7;
	border-bottom: 5px solid #B2E0F7;
} 

.userinfoLeft { 
	display: table-cell; 
	text-align: right;
	padding-right: 10px;
	width: 140px;
	font-weight:bold;
} 


.userinfoRight { 
	width: 150px;
	display: table-cell; 
} 


#responsevalue { 
	width:140px;
	padding-left: 10px;
	display: inline;
}

#submitresponse { 
	width: 150px; 
	display: inline;
}



.usernameCell { 
	display: table-cell; 
	width: 95px;
	padding-left:5px

} 
.strategyCell { 
	display: table-cell; 
	width: 100px;
} 
.payoffCell { 
	display: table-cell; 
	width: 100px;
} 

#userinfo { 
	border: 1px solid black;
	margin-top:10px;
	border-radius: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#paymentwindow { 
  outline: 1px solid black;
}
 

.progress {
  height: 80px;
}

.progress > svg {
  height: 100%;
  display: block;
}