@media (min-width: 600px) {
	
}
.row {
	display:flex;
	flex-direction: row;
	align-content: center;
}
#motherTable {
	width: 100%;
}
#probabilityTable {
	width: 50%;
	align-self: flex-start;
	
}
#probFixed {
	position:fixed;
	left:55%;
	top:25%;
}
.columnHeader {
	width: 33%;
}
.collectionSelect {
	height: 175px;
	width: 174px;
	background-color: rgb(110,61,19);
	align-content: center;
	text-align: center;
	font-size: 42;
	font-style: bold;
	font-family: cursive;
	border-radius:10px;
	margin: 5px;
	border: solid;
	border-color:rgb(197, 157, 23);
}
.chestInst {
	height: 100px;
	width: 100px;
	background-color: rgb(110,61,19);
	align-content: center;
	text-align: center;
	font-size: 42;
	font-style: bold;
	font-family: cursive;
	border-radius:10px;
	margin: 5px;
	border: solid;
	border-color:rgb(197, 157, 23);
}
.timestamp {
	height: 100px;
	width: 200px;
	background-color: rgb(110,61,19);
	align-content: center;
	text-align: center;
	font-size: 42;
	font-style: bold;
	font-family: cursive;
	border-radius:10px;
	margin: 5px;
	border: solid;
	border-color:rgb(197, 157, 23);
}
.description {
	height: 100px;
	width: 450px;
	background-color: rgb(110,61,19);
	align-content: center;
	text-align: center;
	font-size: 42;
	font-style: bold;
	font-family: cursive;
	border-radius:10px;
	margin: 5px;
	border: solid;
	border-color:rgb(197, 157, 23);
}
#mouseOverDetails {
	height: 250px;
	width:  460px;
	background-color: rgb(110,61,19);
	font-size: 42;
	font-style: bold;
	font-family: cursive;
	border-radius:10px;
	margin: 5px;
	border: solid;
	border-color:rgb(197, 157, 23);
}
.chestImg {
	height: 100px;
	width: 100px;
}
.NFT {
	height: 100px;
	width: 100px;
	align-self: right;
}
#eventGraphic {
	height: 250px;
	width: 400px;
}
body {
	background-color: black;
	color:lightgoldenrodyellow;
}
.dataTip {
	display:flex;
	flex-direction: row;
	align-content: center;
}