#swimbi ul{
	display: none;
}
#mySwitch{
	position:relative;
	display:block;
	height:30px;
	width: 100%;
}
.bgSwitch{
	float:left;
	padding: 0px; 
	margin: 1px;
	border: 2px solid #555; 
	width: 15px; 
	height: 15px; 
	cursor: pointer;
	width:22px;
	height:22px;
	border-radius:2px;
	box-shadow: 0px 2px 3px 0px rgba(85,85,85,0.45);
}
.bgSwitch:hover{
  border: 2px solid transparent; 
}
.codeViewBut{
	background-color: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.12);
	padding: 1px 5px 1px 5px;
}