---
---

@import "{{ site.theme }}";

table{
	margin-bottom: 10px;

	tr{
		th{
			em{
				display: block;
				font-weight: 200;
				font-style: normal;
				font-size: 0.9em;
			}
		}
	
		td{
			code:after {
				content: "\a";
				white-space: pre;
			}
	
			em{
				display: block;
				font-size: 0.8em;
				font-weight: 200;
			}

			&>strong{
				font-size: 0.8em;
			}
		}
	}

	// Grey headers
	tr:first-of-type{
		background-color: rgba(0,0,0,.05);
	}

	thead+tbody tr:first-of-type{
		background-color: inherit;
	}
}