
						ul {
							list-style: none;
						}

						ul ul {
							list-style: none;
						}
					
table td {
    border: 1px solid #E5E5E5;
    font-size: 14px;
    padding: 0.6em;
    text-align: left;
    vertical-align: top;
	word-wrap: break-word;
}
ul {
    list-style: disc;
}
