#content{
	color: black;
	font-family:calibri, tahoma, san-serif;
	width: 80%;
	margin-left: auto;	
	margin-right: auto;
	padding-right:5em;
	padding-left:5em;
	border-left: 1px dotted aqua;
	border-right: 1px dotted aqua;
	border-radius: 17px;
/* 	text-align: center; */
	padding-bottom: 5em;
}

#left-clicker{
	position: fixed; top: 15em; left:-.5em; width: 5%; height:4.5em; text-align: center;
	border: 0.5px dotted gray;
	font-size: larger;
	border-radius: 7px;
	background-color: gold;
}

#right-clicker{

	position: fixed; top: 15em; right:-.5em; width: 5%; height: 4.5em; text-align: center;
	border: 0.5px dotted gray;
	font-size: larger;
	border-radius: 7px;
	background-color:gold;
	}
	
#left-clicker p, #right-clicker p{
	font-family: serif;
	font-size: x-large;
	font-weight: bold;
}
	
div#short_description{
	margin-bottom:1em;
	font-size:10pt;
	text-decoration:italic;
}

h2{
	margin:0px;
}
	
img#touch1{
	width:50%;
	float:left;
	margin-right:3em;
	margin-bottom:3em;
}