#simulatable {
	width: 500px;
	height: 500px;
	margin: 0 auto;
	border: 10px double #666;
	background: #333;
}
#simulatable .if {
	width: 90%;
	overflow: hidden;
	border: 1px solid #ddd;
}
#simulatable .im {
	width: 10%;
}
#simulatable .im img {
	width: 100%;
	height: 100%;
}
#iframe-box {
	position: relative;
	width: 100%;
	height: 100%;
}
#frame_cs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#simulatable {
	border: none;
}
#simulatable tbody {
	border: none;
	height: 100%;
}
#simulatable tbody tr {
	border: none;
	height: 100%;
}
#simulatable tbody tr td {
	padding: 0;
	border: none;
	height: 100%;
}


#changeHole {
	margin-bottom: 30px;
	text-align: center;
}
#changeHole a {
	text-decoration: none;
	color: #000;
	font-size: 2em;
}
#changeHole table {
	border: none;
}
#changeHole table td{
	border: none;
}

@media screen and (max-width: 568px) {
	#simulatable {
		height: 400px;
        border-width: 3px;
	}
}


