@charset "utf-8";

.column table.flow img {
	width: 100%;
}
.column table.flow th {
	width: 100px;
}
.column table.flow ol ul li {
	list-style-type: disc;
}

@media screen and (min-width: 800px) {

	.column table.flow td {
		width: 85%;
	}

}

