
	body{font-size:14px;
		margin:0px;  
		padding:0px;
		}
	
	.alert{font-size: 30px;
		position: fixed;
		z-index: 100; 
		background; #fff; 
		
		display:none; 
		position: fixed;
		top: 0px; 
		left: 0px;
		right: 0px;
		bottom: 0px;
	    background: #fff; 
		width; 100%;
		height; 100%;
		text-align: center;
		}
	
	.row{
		clear:both;
		width: auto;
		margin: auto;  
		overflow: auto;
		padding-bottom: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		text-align: left; 
		text-transform:uppercase;
		border: solid 1px #333;  
		color: #333;
		background: #fff;
		}
	
	.step{ 
		margin-right:1px;
		height: 40px; 
		width: 5.9%;  
		border: none; 
		float:left; 
		text-align:center;  
		padding :0px; 
		font-size: 20px; 
		text-align:center;
		}
	
	#controller{ 
			padding-top:10px; 
			width:100%; 
			clear: both;	
		}
	
	.transport{
		font-size: 15px; 
		background: #000; 
		color: #fff; 
		border-radius: 20px;
		}
	#playstop{
		float: left; 
		margin-top: 10px; 
		margin-bottom: 10px;
		}
	#playstop input{
		width: 75px;
		text-align: center; 
		}
	
	#sequencer input[type="button"]{
		border:solid 1px #555; 
		outline:none; 
		max-width: 40px; 
		border-radius: 20px; 
		margin: auto;
		}
	#settings{
		float: right; 
		margin-top: 10px; 
		margin-bottom: 10px;
	}
	