﻿div.time-page {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1em;
}

.BodyTerms_head {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 1em;
}

	.BodyTerms_head > div:first-child {
		height: 67px;
		width: 100px;
		margin: 0 0.5em;
	}

.BodyTerms_head_label {
	display: flex;
	flex-direction: column;
	font-size: 160%;
	line-height: 120%;
}

	.BodyTerms_head_label div:first-child {
		font-weight: bold;
	}

html:lang(ur) .BodyTerms_head_label div:first-child, html:lang(fa) .BodyTerms_head_label div:first-child {
	font-family: "Times New Roman";
}

.BodyTerms > div.BodyTerms_content {
	font-size: 90%;
	padding: 0 6px;
}

.BodyTerms_content {
	display: flex;
	flex-direction: row;
}

	.BodyTerms_content > div {
		margin-right: 2em;
		margin: 0 0.25em;
	}

		.BodyTerms_content > div:first-child {
		}

		.BodyTerms_content > div:last-child {
			margin-left: 2em;
			margin: 0 0 0 0.25em;
		}

.BodyTerms_column {
	display: flex;
	flex-direction: column;
	width: 24%;
	margin: 0 0 0 0.5em
}

	.BodyTerms_column > div {
		display: flex;
		flex-direction: row;
		padding: 1px;
		font-size: 90%;
	}

		.BodyTerms_column > p {
			font-weight: bold;
			line-height: 100%;
			margin: 0em;
		margin-bottom: 0.5em;
		}

		.BodyTerms_column > div > div {
			width: 50%;
		}

		.BodyTerms_column > div > div:first-child {
		}

		.BodyTerms_column > div > div:last-child {
			font-size: 110%;
			font-family: "Segoe UI Semibold", sans-serif;
			font-weight: bold;

		}
		.BodyTerms_column > div:nth-child(even) {
			background-color: #F0F0F0;
		}
