/* small tablet STYLE */

#mainContainer
{
	width: 95%;
	margin: auto;
}


#output
{
	background-color: rgba(255,255,255,0.5);
	padding: 0.6em;
	border: 2px solid #848484; 
	-webkit-border-radius: 0.6em; 
	-moz-border-radius: 0.6em;
	border-radius: 0.6em; 
	outline:0; 
	margin-top: 0.6em;
	overflow: hidden;
}

#user
{
	float: top;
	width:65%;
	border: 2px solid #848484; 
	-webkit-border-radius: 0.6em; 
	-moz-border-radius: 0.6em;
	border-radius: 0.6em; 
	outline:0; 
	height:2.0em; 
	padding-left:0.6em; 
	padding-right:0.6em;
	font-family: calibri;
	font-size: 1.0em;
}

#chatButton
{
	width: 20%;
	border: 2px solid #848484; 
	-webkit-border-radius: 0.6em; 
	-moz-border-radius: 0.6em;
	border-radius: 0.6em; 
	outline:0; 
	height:2.0em; 
	padding-left:0.6em; 
	padding-right:0.6em;
	font-family: calibri;
	font-size: 1.0em;
}