/* style sheet for payments on learnpiano */
/* this was extracted from the header file and updated */

* {
font-family: Arial,Helvetica;
}
.bord {
border: 2px solid #0d4170;
}

h1, h2, h3 {
font-size: 30pt;
color: #003366;
}
h2 {
font-size: 24pt;
margin: 0px;
}
h3 {
font-size: 18pt;
}
p {
font-size: 14pt;
}

.info {
font-size: 12pt;
}

.tiny {
  font-size: 10pt;
  font-style: italic;
  color: #ff3333;
  margin-left: 4px;
}

.reddot {
  font-size: 10pt;
  color: #ff3333;
  margin-left: 1px;
}

.upgradetext {
  background-color: white;
  color: black; font-size: 10pt;
}

td.shaded {
  background-color: #cccccc;
  color: black; font-size: 11pt;
}

li {
padding-top: 5px;
padding-bottom: 5px;
padding-right: 70px;
margin-left: 30px;
}

.paybutton {
	color: black; font-size: 14pt;
	font-weight: bold;
	width: 150px; cursor: pointer;
}

.tinybutton {
	width: 100px; margin: 2px; padding: 1px; font-weight: bold; font-size: 80%;
	cursor: pointer; margin-left: 5px; margin-top: 5px;
}

.hidden {
	display: none;
}

.shown {
	display: inline;
}

#testimonial {
border: 2px solid #003366;
padding-right: 10px;
padding-left: 10px;
font-style: italic;
float: right;
margin-left: 10px;
text-align: center;
font-size: 0.9em;
width: 180px;
background-color: #dcdffe;
margin-bottom: 10px;
}
#testimonial p {
font-size: 1em;
padding-bottom: 5px;
padding-top: 5px;
}

