.niceTable {
  border-collapse: collapse;
  border: 2px solid #EEEEEE;
  background-color: #F9F9F9;
  background-color: rgba(249, 249, 249, 0.7);
  width: 38%;
}

th, td {
  border-left: 1px solid #DDD;
  padding: 2px;
  text-align: center;
}

th {
	color: #673427;
}


.niceTable tr {
  background: #F2F2F2;
  background: rgba(222, 222, 222, 0.5)
}

.niceTable tr.odd  {
  background: white;
  background: rgba(255, 255, 255, 0.5)

}

.niceTable tr.hilite {
  background: #CCCCCC;
}



.emphasis {
	font-weight: bold;
	color: #673427;
}
