.tpl-table {
	&.policy {
		table-layout: fixed;

		@media screen and (max-width: 750px) {
			.tpl-table-scroll & {
				min-width: 640px;
			}
		}

		th, td {
			@media screen and (min-width: 751px) {
				padding: 15px;
				font-size: 14px;
				line-height: 1.6;

				* {
					line-height: 1.6;
				}
			}
			@media screen and (max-width: 750px) {
				padding: 10px;
			}
		}
		.tpl-list {
			li {
				@media screen and (max-width: 750px) {
					padding-left: 1em;
					text-indent: -1em;
				}
			}
		}
	}
}
