.simulator {
	margin-bottom : 10px;
	border-radius: 2px;
	color: white;
	line-height: 25px;
	width: 35%;
	cursor: pointer;
	background-color: #1f68ac;
	transition: .4s ease;
}

.simulator:hover {
	opacity: 0.8;
}

.gacha-buttons {
	text-align: center;
}

#gacha-data-result tbody td,
#gacha-data-base tbody td {
	font-weight: bold;
	text-align: right;
}

#gacha-result #gacha-result-table td ,
#gacha-result #gacha-result-table th {
	text-align: center;
}

#gacha-result #gacha-result-table .prize {
	background: linear-gradient(45deg, #ffffff, #ffffa6);
}

#gacha-result-table img {
	width: 60px;
	height: 60px;
}

