@charset "UTF-8";

.col1{width: 30%}
.col2{width: 70%}

table{
	margin: 1em 1em;
	border: solid 1px #333;}



table tbody th, table tbody td{
	padding: 0.75em 1.5em;
	border: solid 1px #DEBEAD;}

table th{
	/*padding: 0.5em 0 0 1em;*/
/*	text-align: left;
	vertical-align: top;*/
	background: var(--color-bk3);}