.container {
	margin-top: 150px;
}

#header {
	text-align: center;
	text-transform: uppercase;
	position: fixed;
	width: 100%;
	top: 0px;
	background-color: rgba(212,212,212,0.80);
	border-radius: 0px 0px 8px 8px;
	padding-top: 20px;
	backdrop-filter: blur(10px);
	z-index: 5000;
}
	
#subheader {
	background-color: rgba(100,100,100,0.80);
	border-radius: 0px 0px 8px 8px;
	backdrop-filter: blur(10px);
	color: white;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	z-index: 5001;
}
	
#subheader a {
	color: white;
	text-decoration: none;
	transition: all .5s;
	padding: 0px 20px;
}

	
#subheader a:hover {
	font-weight: bold;
	font-size: 1.25em;
}
	
#header img { max-width: 150px; margin-bottom: 20px; }

.form-group {
	padding-top: 10px !important;
}

.guest-group {
	display: inline-block !important; 
	width: auto !important; 
	padding: 0px 10px !important;
}

.clear-float {
	clear: both;
}

.gmebg {
	background-color: rgba(246,191,50,1);
}

.btn-gme {
  color: #fff;
  background-color: #ea8100;
  border-color: #A19E9F;
}

.btn-gme:hover {
  color: #000;
  background-color:#FDAD4C;
  border-color: #A19E9F;
}

.btn-gme:focus, .btn-gme.focus {
  color: #fff;
  background-color: #ea8100;
  border-color: #A19E9F;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.footer {
	margin-top: 30px;
	border-top: solid thin #828080;
	text-align: right;
}

.topcnt {
	margin-left: 20px;
	font-size: 1.4em;
	font-weight: bold;
}

#gmeEmbed {
  width: 100%;
  height: 120px;
	background-color: azure;
}

#gmeDirect {
  width: 100%;
  height: 60px;
	background-color: azure;
}

.select {min-width: 300px;}

.alert-warning {
	margin: 20px;
	border-radius: 8px;
	text-align: center;
	height: auto !important;
}

.alert-warning p {
	margin: 0px;
	padding: 0px;
}

#entries-list {
	width: 100%;
}

#entries-list tr {
	border-bottom: thin solid gray;
}

#entries-list tr td {
	padding: 10px;
}

.center-cell {
	text-align: center;
}

.headrow {
	background-color: rgba(111,111,111,1.00);
	color: white;
}
	