* {
margin:0px;
padding:0px;
border:none;
border-width:0px;
border-color:#000000;
outline:0px;
}

body {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*font-stretch: ultra-expanded;*/
	font-size:18px;
	color:#446681;
	background-color:#f0f0f0;
}

.header-large-text 
{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-stretch: ultra-expanded;
	font-size:44px;
	color:#446681;
}

.header-large-image 
{
	background-image: url("images/header_large_image.jpg");
	height: 651px;

	background-position: center;
	background-repeat: no-repeat;	
	background-size: cover;
	position: relative;
}

.main-game-info-container
{
	display: flex;
	width: 1000px;
	margin: -40px auto 70px;
	border-radius: 8px;
	/*background-color: var(--bg-white);*/
	background-color:#ffffff;
	color:#2f2f33;
	position: relative;
	/*padding: 0px 70px 50px;*/
	padding: 8px;
	/*z-index: 200;*/
}

.policytext a
{
	color: #446681;
	text-decoration:none;
}

/*
{
        background-image: url("images/header_large_image.jpg");
	height: 651px;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-repeat: repeat-x;


}
*/

/*
img {
  border-radius: 5px;
}

img.rounded-corners {
  border-radius: 20px;
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
*/

/*
ul#bottomnavigation {
	list-style:none;
	position: relative;
	width:1000px;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;*/
	margin: auto auto;
}
ul#bottomnavigation li {
	display:block; 
	float:left; 
	padding:0 10px;
}

ul#bottomnavigation li a:hover {
	color: f0f0f0;
	text-decoration:underline;
}

#dot {
	border: 1px solid #5b5b5b;
	float: left;
	height: 0px;
	margin: 6px 0px;
}

a {
	color: #f0f0f0;
	text-decoration:none;
}
*/

a {
	color: #f0f0f0;
	text-decoration:none;
}

.bottomnav {
  	background-color: #191b1f;
  	overflow: hidden;
	text-align: center;
	display: block;
	height:44px;
	/*margin: 0px auto;*/
	font-weight: bold;
	font-stretch: ultra-expanded;
}
.bottomnav a {
  float: left;
  color: #bfbfbf;
  text-align: center;
  /*padding: 14px 18px;*/
	padding: 14px 18px;
	text-decoration: none;
  font-size: 14px;
}
.bottomnav a:hover {
  background-color: #2e2e2e;
  /*color: black;*/
}


/* Add a black background color to the top navigation */
.topnav {
  	background-color: #191b1f;
  	overflow: hidden;
	text-align: center;
	display: block;
	height:48px;
	/*margin: 0px auto;*/
	font-weight: bold;
	font-stretch: ultra-expanded;
	position:fixed; top:0;
	width: 100%;
	z-index:5001;

}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #bfbfbf;
  text-align: center;
  /*padding: 14px 18px;*/
	padding: 14px 18px;
	text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #2e2e2e;
  /*color: black;*/
}

/* Add a color to the active/current link */

/*.topnav a.active {
  background-color: #191b1f;
}*/

.topnav button {
  float: left;
  color: #bfbfbf;
  text-align: center;
  /*padding: 14px 18px;*/
	padding: 14px 18px;
	text-decoration: none;
  	font-size: 17px;
	background-color: #191b1f;
	font-weight: bold;
	font-stretch: ultra-expanded;
	cursor: pointer;
}
.topnav button:hover {
	background-color: #2e2e2e;
}
.topnav button:active {
}

.div_button {
	cursor: pointer;
}

.button {
  background-color: #ff5a00;
  border: none;
  color: #fcf6f6;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
}

.button:disabled {
	background-color: #808080;
}

#button:after {
clear: both;
content: ";
display: block;
}

.container {
  /*margin: 16px;*/
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

.psw_validation_err {
	display: none;
	width: 100%;
	color:#3c0c12;
	background-color: #e61633;
	margin: 16px 0px 0px;
	padding: 4px;
        box-sizing: border-box;
	border-radius: 4px;
	/*border-style: solid;
	border-width: 4px;
	border-color: #ff0000;*/
	
	
}

.modal a
{
	color:#3897ff;
	text-decoration:none;
}

.modal-content {
	color: #ffffff;
	background-color: #26282c;
  	margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
	border:none;
	border-width:0px;
  	width: 600px;
	border-radius: 8px;
	/*padding: 16px;*/
	padding: 0px 16px 16px;
}

.close {
  /*position: absolute;
  right: 25px;
  top: 0;*/
  color: #f0f0f0;
  font-size: 35px;
  font-weight: bold;
	text-align:right;
}

.close:hover,
.close:focus {
  color: #ffffff;
  cursor: pointer;
}

input[type=text], input[type=password] {
  width: 100%;
  padding: 8px;
  margin: 5px auto;
  display: inline-block;
  border: none;
  background: #f1f1f1;
	box-sizing: border-box;
	font-size:20px;
	border-radius: 4px;
}