body {
	margin:0;
	padding:10px;
	overflow:hidden;
	cursor:url("assets/menu/cursor.png"),auto;
	background-image:url("assets/menu/background.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	font-family:Tahoma;
	color:white;
}
#loading {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#6699ff;
	z-index:1;
}
#loadingstatus {
	position:absolute;
	left:0;
	bottom:0;
	padding:100px;
	color:#0000cc;
	font-size:660%;
	z-index:1;
}
div.button {
	background-color:#6699ff;
	border:none;
	border-radius:5px;
	padding:10px 20px;
	text-align:center;
	width:100px;
	transition:0.25s;
	margin-bottom:10px;
}
div.button:hover {
	background-color:#0000cc;
}
canvas {
	border:5px solid #6699ff;
	border-radius:5px;
	cursor:none;
}
div.start {
	float:right;
	clear:both;
}
div.sidemenu {
	float:left;
	margin-right:20px;
}
div.content {
	float:left;
	background:rgba(102,153,255,0.66);
	border-radius:10px;
	padding:10px;
	margin-right:10px;
}
div.info {
	background:rgba(102,153,255,0.66);
	border-radius:10px;
	float:right;
	padding:10px;
	margin-right:50px;
	margin-top:10px;
	clear:right;
	width:150px;
	height:180px;
	text-align:center;
}
div.breakinfo {
	clear:none;
	margin-right:10px;
}
div.title {
	font-size:200%;
	margin-bottom:10px;
}
img.powerup {
	height:30px;
	margin-top:5px;
	margin-left:10px;
}
div.playername:hover, div.charselect:hover, div.controlselect:hover, div.bombselect:hover {
	background-color:#6699ff;
}
div.playername {
	border-radius:5px;
	margin-bottom:10px;
	height:50px;
	text-align:center;
	border:1px solid #0000cc;
	transition:0.25s ease-in-out;
}
div.charselect {
	float:left;
	padding:5px;
	border:1px solid #0000cc;
	border-right:none;
	margin-top:10px;
	transition:0.25s ease-in-out;
}
div.csstart {
	border-radius:10px 0 0 10px;
	margin-left:20px;
}
div.csend {
	border-radius:0 10px 10px 0;
	border-right:1px solid #0000cc;
}
div.playerselect {
	float:left;
	padding:10px;
	margin-right:10px;
	text-align:center;
}
div.controlselect {
	float:left;
	padding:10px;
	border:1px solid #0000cc;
	width:50px;
	transition:0.25s ease-in-out;
}
div.sW {
	clear:left;
	margin-left:91px;
	margin-top:20px;
	border-radius:10px 10px 0 0;
	border-bottom:none;
}
div.sA {
	clear:left;
	margin-left:20px;
	border-radius:10px 0 0 10px;
}
div.sD {
	border-radius:0 10px 10px 0;
}
div.sS {
	border:none;
	border-top:1px solid #0000cc;
	border-bottom:1px solid #0000cc;
}
div.bombselect {
	border:1px solid #0000cc;
	border-radius:10px;
	width:192px;
	padding:10px;
	clear:left;
	float:left;
	margin-top:10px;
	margin-left:20px;
	transition:0.25s ease-in-out;
}
div.greetings {
	font-size:130%;
}
div.readystate {
	float:right;
	margin-top:20px;
}
div.settings {
	float:left;
}
img.redimg {
	height:40px;
	width:40px;
	border:none;
}
div.readyitem {
	border:1px solid #0000cc;
	border-bottom:none;
	padding:5px;
}
div.ristart {
	border-radius:10px 10px 0 0;
	border-bottom:none;
}
div.riend {
	border-radius:0 0 10px 10px;
	border-bottom:1px solid #0000cc;
}
div.room {
	float:left;
	padding:10px;
	background-color:#6699ff;
	margin-right:10px;
	margin-bottom:10px;
	border-radius:10px;
	width:300px;
	transition:0.25s;
}
div.room:hover {
	background-color:#0000cc;
}
div.roomtitle {
	font-size:130%;
	text-align:center;
}
div.norooms{
	font-style:italic;
	font-size:130%;
	padding:5px;
	margin-bottom:10px;
}
div.roomred {
	float:left;
	border:1px solid #0000cc;
	padding:5px;
	margin-top:5px;
}
div.rrstart {
	border-radius:10px 0 0 10px;
}
div.rrend {
	border-radius:0 10px 10px 0;
}
div.rrdy {
	background-color:#0000cc;
}
div.chosen {
	background-color:#0000cc;
}
div.chosen:hover {
	background-color:#0000cc;
}
@media only screen and (max-width:900px) {
	#sidemenu {
		display:none;
	}
}
@media only screen and (max-width:1100px) {
	#small {
		display:none;
	}
}