@charset "utf-8";/* CSS Document */section .contr {	margin-top: 20px;	padding: 3px 4px 3px 10px;	font-weight: bold;	border-top: solid 2px #D6DECF;	background-color: #EFEFEF;	background: linear-gradient(top left, #fff 0%, #efefef 10px, #efefef 80%, #fff 100%);  	background: -moz-linear-gradient(top left, #fff 0%, #efefef 10px, #efefef 80%, #fff 100%);  	background: -webkit-linear-gradient(top left, #fff 0%, #efefef 10px, #efefef 80%, #fff 100%); }section .name {	display: inline-block;	font-size: 117%;}section .date {	display: inline-block;	margin-left: 20px;}section .article p {	text-indent: 1em;	line-height: 1.5;}table {	font-size: 100%;	margin: 10px;	border: none;	border-collapse: separate;	border-spacing: 5px 2px;}table caption {	text-align: left;}td {	border: none;	white-space: nowrap;	vertical-align: top;}td.note {	white-space: normal;}