@charset "utf-8";
/* CSS Document */

.tbl-a.tbl-transaction tbody th.bg-white {
	background: #fff;
}

.tbl-a.tbl-transaction tbody td ol {
	padding-left: 30px;
}

.tbl-a.tbl-transaction tbody td ol li {
	list-style-type: decimal;
	font-size: 18px;
}

@media screen and (min-width: 768px) {
	.tbl-a.tbl-transaction tbody th {
		width: 28%;
	}
}
