.a_margin {
	display: inline-block;
	margin: 1em 0px 2em;
}

table {
	font-size: 13px;
	color: #4a4a4a;
	border-collapse: collapse;
	margin: 5px 0 10px;
}

table th {
	font-weight: normal;
}

.container table th, .container table td {
	padding: 10px 5px;
}

.annotation {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 13px;
	color: #4a4a4a;
}

li {
	list-style: none;
}

@media handheld, only screen and (max-width: 767px) {

	.table_wrap {
		width: 100%;
		overflow-x:  scroll;
	}

	.scroll_table {
		width: 720px;
	}

}
