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

  Filename:         resources.css

  Supporting files: resources.htm
*/

.infoTable {
	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) */
}

.infoTable {
	text-align: left;
}

#beginProgram p .resources {
color: orange;
}

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

.taxsd  span {
	color: rgb(145, 5, 10);
}

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

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

