@charset "utf-8";

.sheet-rolltemplate-default table {
	width:100%;
	background-color:white;
	border:1px solid rgba(112,32,130,1)
}
.sheet-rolltemplate-default caption {
	background-color:rgba(112,32,130,1);
	color:white;
	font-family:"Helvetica Neue",Helvetica,sans-serif;
	font-weight:300;
	font-size:1.1em;
	padding:5px
}
.sheet-rolltemplate-default td {
	padding:5px;
	line-height:1.4em;
	vertical-align:top
}
.sheet-rolltemplate-default td:first-child {
	font-weight:bold;
	text-align:right;
	min-width:50px;
	padding-right:10px
}
.sheet-rolltemplate-default tr:nth-child(even) {
	background-color:#eee
}

code{
    color: var(--base);
    padding: 3px 4px;
    border-radius: 8px;
    background-color:var(--point);
}