﻿.grammar {
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 70px;
	font-family: serif;
}

	.grammar h1 {
		font-size: 24px; font-weight: normal; font-style: normal;
		color: black;
	}
	/*.grammar h2 {
		font-size: 20px; font-weight: 600; font-style: normal;
		color: green;
		margin-left: -20px;
	}*/
	.grammar h3 {
		font-size: 19px; font-weight: 400; font-style: normal;
		color: lightcoral;
	}
	.grammar h4 {
		font-size: 14px; font-weight: 700; font-style: normal;
		color: white; background-color: lightcoral;
		display: inline-block; padding: 2px 7px; margin-left: -20px;
		border-radius: 0 13px 13px 0;
	}
	.grammar article {
		margin: 0;
	}
	.grammar table {
		border: solid 1px lightcoral; border-collapse: collapse;
		font-size: 14px; font-family: serif;
	}
	caption {
		font-style: italic; font-weight: bolder;
		text-align: left;
		margin-bottom: 5px;
	}
	table thead {
		border-bottom: solid 1px lightcoral;
	}
	td, th {
		padding: 0 10px; border-right: solid 1px lightcoral;
		font-weight: normal;
		line-height: 18px;
	}
	th {
		padding-top: 5px;
		padding-bottom: 2px;
	}
.grammar li {
	font-family: serif;
	list-style-position: inside;
}
.grammar ul li {
	list-style: disc 
}
.grammar q {
	font-style: italic;
}
.grammar_note {
	background-color: rgba(252,110,81,.12);
	border: solid 1px lightcoral;
	font-family: serif;
	padding: 10px 10px 0px 10px;
}
.grammar_mistakes {
	column-count: 2;
}
.grammar_mistake {
	width: 240px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-family: serif;
}
	.grammar_mistake s {
		display: block;
	}
		.grammar_mistake s::before {
			content: "\f00d";
			color: red;
			font-size: .8em;
			font-family: FontAwesome;
			margin-right: 3px;
		}
	.grammar_mistake q {
		font-style: normal;
		display: block;
	}
		.grammar_mistake q::before {
			content: "\f00c";
			color: green;
			font-size: .8em;
			font-family: FontAwesome;
			margin-right: 3px;
		}
		.grammar_mistake q b {
			font-weight: 600;
			color: white;
			background-color: #73ab3b;
		}
.use-cases {
	border: solid 1px coral;
}
.uc-name {
	font-weight: bold;
	font-style: italic;
}
.uc-example {
	font-size: .85em;
	margin-bottom: .45em;
	line-height: 1.3em;
}
.dlg::before {
	content: attr(who)": ";
	font-weight: bold;
}