body {
	width: 100%;
	min-width: 270px;
	margin: 0px;
	font-family: arial;
	font-size: 1em;
}

h2 {
	text-align: center;
}

/* Prevents double tap from zooming in */
* {
	touch-action: manipulation;
}

.outer-wrapper{
	text-align: center;
}

.border {
	border-top: 3px dotted black;
}

.row {
	display:flex;
	align-items:center;
	justify-content:center;
/*  	background:orange;  */
}

.button {
	margin: auto;
	margin-top:10px;
	margin-bottom:5px;
	background: blue;
	color: white;
	width: 10em;
	font-size: 1.2em;
	height:2em;
	border-radius:10px;
	width:15em;
}

.margin-top-small {
	margin-top: -10px;
}

.margin-top-large{
	margin-top:30px;
}

p{
	color:#b30000;
}

.small {
	font-size: 0.8em;
}

.sort-word {
	display:flex;
	align-items:center;
	justify-content:center;
 	background:#bfbfbf; 
	height:2.2em;
	text-align:center;
	border-radius: 10px;
	font-size:1.2em;
	margin-top:10px;
	background: white;
}

.output {
    background-color: black;
    color: white;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.2em;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 10px;
	width:10em;
}

.label {
	margin:15px;
	color: black;
	font-size: 0.8em;
	font-weight:bold;

}

.score-data {
	margin-left:-10px;
	font-size: 0.9em;
	background: grey;
	padding:5px;
	border-radius:5px
}

.keyboard-btn {
	padding:5px;
	margin:0.3px;
	border-radius:5px;
	font-size:1.2em;
	width:2em;
	height:3em;
	background-color:#cccccc;
	color: black;

}

#bs-btn {
	background:red;
	/*height:2.3em;*/
	width:2.8em;
}

/* Changes font of a disabled input, where user entered characters / word is diplayed */
input:disabled {
	color:black;
	-webkit-text-fill-color: rgba(0, 0, 0, 1);  /*black*/
	-webkit-opacity: 1; 
	background: white;
}

/* THE DISPLAYED SHUFFLED WORD AND USER SORTED WORD PROGRESS */
#shuffled-word, #sorted-word  {
	letter-spacing: 6px;
}
#user-attempt {
	letter-spacing: 4px;
}


.hidden {
	display: none;
}

/* Moves the top row of the keyboard right */
.row-top {
	padding-left: 0px;
}

.row-bot {
	padding-right: 0px;
}

#next-btn {
	dispay: none;
	background:#004d00;

}

.character-output {
	display: none;
	border: 2px solid black;
	padding:3px;
	margin:2px;
	width:30px;
	height:30px;
	border-radius:5px;
	background: #ffffff;
	border-radius:5px;
	font-size:1.8em;
}

/*@media screen and (max-width: 550px) {

	body {
/*		background-color: pink;*/
/*		font-size: 1.5vmax;
		margin:0px;
	}*/

/*	.column-1, .column-2, .column-3, .column-4, 
	.column-5, .column-6 {
		margin:0px;
	}*/

/*	input{
		font-size:0.8em;
		width:80%;
	}*/

/*}*/