/*
  Mac Tax
  Author: Bao Kim Tran
  Version: HTML 5, CSS 3
  Date: 10.10.2015

  Filename:         taxchanges.css

  Supporting files: taxchanges.htm
*/

.taxtable {
	font-size: .6em;
}

@media only screen and (min-width: 600px) {

	.taxsd  tr td div {font-size: 1em;} /* set font size for Chrome (16px/16=1em) */
}

@media only screen and (min-width: 768px) {

	.taxsd  tr td div {font-size: 1em;} /* set font size for Chrome (16px/16=1em) */
}

.taxtable {
	text-align: right;
}

#beginProgram p .taxchanges {
color: orange;
}

#endProgram  p .taxchanges {
	border: 0px solid gray;
  color: rgb(145, 5, 10);
}

.taxsd  span {
	color: black;		/* for testing */
}

.singers {
	padding: 2%;
	background-color: rgb(255,255,245);
	border-radius: 6px 6px 6px 6px;
}

.singers  p {
	float: left;
	margin-right: 2%;
}

