/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  color: #777777;
}

h2 {
  color: #777777;
}

h3 {
  color: #777777;
}

.correctTXT {
	font-size: 1.5em;
  	font-weight: bold;
  	color: green;
  	margin: 40px 0px 70px;
  	text-align: center;
}

.wrongTXT {
	font-size: 1.5em;
  	font-weight: bold;
  	color: red;
  	margin: 40px 0px 70px;
  	text-align: center;
}

.nextButton {
 background: lawnGreen;
 color: #333333;
 font-size: 24px;
}

.yesButton {
 background: lightBlue;
 color: #333333;
 font-size: 24px;
}

.noButton {
 background: red;
 color: #333333;
 font-size: 24px;
}

.big0 {
	font-size: 2em;
  	font-weight: bold;
  	color: #777777;
  	margin: 40px 0px 70px;
  	text-align: center;
}

.big0Blue {
	font-size: 2em;
  	font-weight: bold;
  	color: steelblue;
  	margin: 40px 0px 70px;
  	text-align: center;
}

.big1 {
	font-size: 1.5em;
  	font-weight: bold;
  	color: #777777;
  	margin: 40px 0px 70px;
  	text-align: center;
}

.radioStyle {
	font-size: 1.5em;
  	font-weight: bold;
  	color: #777777;
}

.radioStyle2 {
	font-size: 20;

  	color: #777777;
}

.bold1 {
  color: steelblue;
  font-style: italic;
}

.blueFeedback {
	font-size: 1.5em;
	font-weight: bold;
	color: steelblue;
}

.purple {
  color: purple;
  font-style: underline;
}

.question{
	color: DarkGoldenRod;
}

.accuracy{
	font-size:150%;
	color: DarkGoldenRod;
}

.reminder {
	font-size: 2em;
  	font-weight: bold;
	color: red;
}

.tutorQuestion{
	font-size: 2em;
  	font-weight: bold;
	color: purple;
}

