table {
  margin-bottom: 10px;
  font-size: 12px;
	line-height: 16px;
	}

/* odd items 1,3,5,7,... */
table tr.odd th,
.odd {
    background: #E5E5E5;
}

/* even items 2,4,6,8,... */
table tr.even th,
.even {
    background: #D5D5D5;
}

/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
    background-image: none;
    background: #E5E5E5;
    text-align: left;
}

/* even table rows 2,4,6,8,... */
table tr.even th,
table tr.even {
    background-image: none;
    background: #D5D5D5;
    text-align: left;
}

th {
    font-weight: bold;
    color: #000000;
    background: #d3dce3;
}

th a:link,
th a:active,
th a:visited {
    color: #000000;
    text-decoration: underline;
}

th a:hover {
    color: #666666;
    text-decoration: none;
}

.shaded {
  background:#E0F4F4;
}

li {
  margin-bottom:10px;
}

.result {
  text-align:center;
}
