.expmod{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

.secret-block {
  padding: 10px;
}

#our-bag-num, #their-bag-num {
	/* margin-top: 4em; */
	/* margin-left: -4em; */
	display: inline-block;
	box-sizing: border-box;
	background: rgb(255,200,58);
	border-radius: 50% 50%;
	border: 3px solid rgb(255,212,58);
	width: 60px;
	height: 60px;
	padding: 5px 8px 8px;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #212121;
	text-shadow: 0 1px 1px rgb(255 255 255 / 70%);
	transform: translate(78px, 47px);
	box-shadow: 0 1px 2px 1px rgb(0 0 0 / 20%) inset;
	transition: all 250ms ease-in-out;
}

.their-bag-container {
	margin-left: -1em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-top: 4em;
	width: 200px;
	height: 200px;
}

.our-bag-container {
	margin-left: -1em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-top: 6.5em;
	width: 200px;
	height: 200px;
}

.our-bag-container {
	background-image: url(../images/moneybag-1.png);
}

.their-bag-container {
	background-image: url(../images/moneybag-2.png);
	margin-top: 104px;
}

#their-add-error, #our-add-error {
	position: absolute;
    color: red;
    bottom: -12px;
}

#our-add-form, #their-add-form {
	bottom: 0;
	position: absolute;
}

#our-load-form {
	/* bottom: 356px; */
	position: absolute;
}

.secret-block {
	min-width: 340px;
	height: 500px;
}

#our-coins {
	position: relative;
    bottom: 75px;
    left: -75px;
    font-size: 2em;
    font-weight: 600;
    color: black;
}

#their-coins {
	position: relative;
    bottom: 75px;
    left: -75px;
}

#ourBagCoins {
	position: relative;
    bottom: -50px;
    left: 124px;
    font-size: 2em;
	color: black;
	/* text-shadow: 0 0 3px #FFF; */
	text-shadow: -1px 0 white, 0 2px white, 2px 0 white, 0 -1px white;
}

#theirBagCoins {
	position: relative;
    bottom: -52px;
    left: 124px;
    font-size: 2em;
	color: black;
	/* text-shadow: 0 0 3px #FFF; */
	text-shadow: -1px 0 white, 0 2px white, 2px 0 white, 0 -1px white;
}

#their-coin-result {
	font-weight: 600;
    position: relative;
    left: 25px;
    bottom: 90px;
    font-size: 2em;
	text-shadow: -1px 0 white, 0 2px white, 2px 0 white, 0 -1px white;
}

#our-coin-result {
	font-weight: 600;
    position: relative;
    left: 25px;
    bottom: 95px;
    font-size: 2em;
	text-shadow: -1px 0 white, 0 2px white, 2px 0 white, 0 -1px white;
}