@charset "utf-8";

table {
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
border-collapse:collapse;
border:1px solid black;
border-spacing:0;
empty-cells:show;
}

th {
	padding:5px;
	border:1px dotted black;
	background-color:#BDCCB9;
	/*font-weight: bold;*/
	font-size: 0.9em;
	/*text-align:center;*/
	}

td {
padding:5px;
border:1px dotted black;
	font-size: 0.9em;
}

.wd200 {width:200px;}
.wd400 {width:400px;}

.wd270 {width:270px;}
.wd330 {width:330px;}
