@charset "UTF-8";

/* See COPYRIGHT.txt for the licensing of rustdoc.css
 * and its dependencies.
 */
@import "rustdoc.css";

th, td {
	text-align: right;
	padding-right: 0.25em;
	padding-left: 0.25em;
	border: 1px solid gray;
}

th[colspan] {
	text-align: center;
}

table {
	border: 1px solid gray;	
}

body {
	max-width: 61em;
	margin-left: auto;
	margin-right: auto;
}

p {
	hyphens: auto;
}