

.tableThumb {
	width: 50px;
	margin:0px 0px 0px 0px;
	border: 2px solid orange;
	padding:0px;
	border-radius:5px;
}

.addrWrap {
		width:100%;
		margin-top:10px;
		background:transparent;
		text-align:center;
		padding:0px;
}

.addrHeader{
	text-align:center;
	color:white;
	background: none;
	padding:3px;
	position: relative;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	font-size:1.2em;
	margin-bottom:5px;
}

#ownerWalletBtn a{
	color:black;
	background-size: 400% 400%;

	background-image: linear-gradient(
		-90deg, 
		rgba(208,206,206,1) 0%, 
		rgba(242,242,242,1) 33%,
		rgba(208,206,206,1) 66%
	);
	animation: AnimateBackTitle 3s ease infinite;
	box-shadow: 1px 1px 5px #000;
	border: 2px solid orange;

}

#ownerWalletBtn a:hover{
	color:white;
	background: orange;
	box-shadow: 1px 1px 5px #000;
	border: 2px solid black;
}

#gophersBox1 {
	background: transparent;
	overflow:auto;
}

#gophersBox1 .gophersTable{
	border-spacing: 4px;
	text-align:center;
}

#gophersBox1 .gophersTable td {
	border-radius:5px;
	box-shadow: 1px 1px 5px #000;
	font-size:.8em;
}

#gophersBox1 .gophersTable tr:hover td, #gophersBox1 .gophersTable tr:active td {
	box-shadow: 0px 0px 15px lightblue inset;
	cursor: pointer;
}

#gophersBox1 .gophersTable #gophersTableHeader td {
	background: orange;
	font-weight:bold;
	font-size:1em;
}

#gophersBox1 .gophersTable #gophersTableHeader:hover td, #gophersBox1 .gophersTable #gophersTableHeader:active td {
	box-shadow: 1px 1px 5px #000;
	cursor: default;
}

/* The Close Button */
.ownerCloseBtn {
	color: #aaa;
	font-size: 22px;
	font-weight: bold;
	float:right;
	text-shadow: 1px 1px #000;
	background: #fff;
	background-size: 400% 400%;
	background-image: linear-gradient(
	-90deg, 
	rgba(208,206,206,1) 0%, 
	rgba(242,242,242,1) 33%,
	rgba(208,206,206,1) 66%
	);
	animation: AnimateBackTitle 4s ease infinite;
	padding:3px;
	text-align:center;
	border-radius: 5px;
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,.6);
	margin: 5px;
}

.ownerCloseBtn:hover,
.ownerCloseBtn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 1px 1px orange;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,.6);
}

/* The Modal (background) */
.ownersModal {
	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: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
	padding: 0px;
}

/* Modal Content/Box */
.owners-modal-content {
	margin: 15% auto; /* 15% from the top and centered */
	padding: 0px 0px 20px 0px;
	
	width: 350px; /* Could be more or less, depending on screen size */
	overflow: hidden;
	
	border-radius: 10px;
	color: black;
	background: transparent;
	/*
	border: 3px solid orange;
	border: 1px solid #888;
	box-shadow: 1px 1px 5px #000;
	*/
	/*
	background-image: linear-gradient(
		-45deg,
		*/
/*		
		rgba(139,246,134,.7) 0%, 
		rgba(245,135,209,.8) 65%, 
		rgba(245,63,185,.9) 80%
		*/
		/*
		rgba(139,246,134,.7) 0%, 
		rgba(121,159,211,.8) 20%,
		rgba(58,80,134,.9) 90%
	);
	*/
	/*background-color: rgba(0,0,0,0.4);*/
}