#displayTypingTest textarea#key{ 
  border: #ffffff;
  margin-top: 30px;

}
#displayTypingTest h1 {
	text-align: center;
	font-size: 18px;
}
#displayTypingTest p{
	margin-left:  10%;
	margin-right: 10%;
}
#displayTypingTest #key{ 
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 1px;
  padding-right: 1px;
  width:  80%;  
  font-size: 14px;
  font-family: Arial, Helvetica, san-serif;
  border-top: 2px solid #797876;
  border-left: 2px solid #797876;
  border-right: 2px solid #F4F3F2;
  border-bottom: 2px solid #F4F3F2;
  margin-left:  10%;
  margin-right: 10%;
}
#displayTypingTest textarea{ 
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left:  10%;
  margin-right: 10%;
  width:  80%;
  height: 200px;
  font-size: 14px;
  font-family: Arial, Helvetica, san-serif;
}


#displayTypingTest { 
  margin-left: 10%;
  margin-right: 10%;
}
#displayTypingTest #start{ 
  font-size: 72px;
  font-family: Arial, Helvetica, san-serif;
  text-align: center;
  margin-top: -210px;

}

#displayTypingTest #buttons{ 
  margin-top: 130px;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  spacing: 10px;
}
#displayTypingTest #buttons input{ 
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

p.error{
	color: red;
	text-align: center;
}
#Results {
 	margin-top: 10px;
	padding: 5px 10px 5px 10px;
 	margin-left: 20px;
 	margin-right: 20px;
 	text-align: justify;

	
}
#Results p{ 
  padding: 5px 10px 5px 10px;
  border: 2px solid black;
  background-color: #dfdfdf;
 }

#Results .SpellingError{ 
  background-color: #ff8487;

 }

#Results .capitalization{ 
  background-color: #ff84e6;
 }

#Results .MissingWord{ 
  background-color: #8d84ff;
 }

#Results .WrongNumber{ 
   background-color: #84fffe;
 }

#Results .ExtraWord{ 
  background-color: #84ff92;
 }

#Results .MissingPunctuation{ 
  background-color: #fff284;
}

#Results .punctuationError{ 
  background-color: #ffc484;
 }
#Results h2 {
	text-align: center;
	font-size: 16px;
}
#Results table.base {
	border: 0px;
	width: 100%;
}
#Results table{
	width: 250px;
	border: 1px solid #000000;
	border-collapse: collapse;
}

#Results td, th {
	padding: 0px 3px 0px 3px;
}
#Results table tr.total{
	border-top: 1px solid #000000;
}

#Results #info {
	margin-left: 260px;
}