/** Add css rules here for your application. */
body {
  background: #34b141;
}

button {
  display: block;
  font-size: 16pt
}

.widePanel {
  width: 100%
}

img {
  margin-top: 20px;
}

/*restricted to td tags
thanks: http://www.howtocreate.co.uk/tutorials/css/syntax*/
table td.alignContentsBottom {
	vertical-align: bottom;
}
table tr td.alignContentsTop {
	vertical-align: top;
}

#quoteBox {
  vertical-align: center;
  text-align: left;
  color: white;
  margin: 0px auto -1px auto;
}

.testWhite { 
	color: #FFFFFF;
}

.centerADiv {
	/*Thanks: http://www.webmasterworld.com/forum83/4694.htm*/
	margin: 0px auto -1px auto;
	width: 10%;
}
