#title-bar {
  height: 23px;
  font-size: 20px;
}
#main-content {
	width: 100%;
	box-sizing: border-box;
	padding: 0 3px;
}
.dropzone .dz-default.dz-message {
	background-image: none;
}
.dropzone .dz-default.dz-message span {
	display: block;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	margin-top: 45px;
}
.banner-ad {
	width: 100%;
	height: auto;
}
#level-box {
	clear:both; 
	text-align: center; 
	border: solid 0px #CCCCCC; 
	width: 100%; 
	height: 148px; 
	background-color:#FFFFFF; 
	vertical-align: middle; 
	background-image: url(https://aquaimg.com/Levels/boxbackgroundwatertile.jpg); 
	background-repeat:repeat-x; 
	cursor:pointer; 
	animation: animatedBackground 40s linear infinite;
}