html {
margin: 0;
padding: 0;
border: 0;
}
body {
margin-left: 2em;
margin-right: 2em;
}
div.toc ul {
list-style-type: none;
}
div.toc .toc-link {
text-decoration: none;
}
div.toc .toc-link .heading-number {
text-decoration: none;
margin-right: 0.5em;
}
div.toc .toc-link .heading-text {
text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
font-family: sans-serif;
}
img {
margin-left: 1em;
}
pre {
font-family: monospace;
margin-left: 1em;
background: #f0f0f0;
border: solid black 1px;
padding: 5px;
}
div.scenario {
margin-left: 1em;
background: #f0f0f0;
border: solid black 1px;
padding: 5px;
position: relative;
}
span.scenario-labels {
position: absolute;
right: 3px;
}
span.scenario-label {
margin: 2px;
background-color: #c0c0f0;
padding: 1px 3px 1px 3px;
border-radius: 5px;
border: solid black 1px;
}
span.keyword {
}
span.uncaptured {
font-style: italic;
}
span.capture-file {
font-family: monospace;
background: #cccccc;
}
span.capture-path {
font-family: monospace;
background: #cccccc;
}
span.capture-word {
font-family: monospace;
background: #cccccc;
}
span.capture-text {
font-family: monospace;
background: #cccccc;
}
table {
margin-left: 1em;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
border: 1px solid black;
line-height: 150%;
}
td.table-cell-left, th.table-cell-left {
text-align: left;
}
td.table-cell-right, th.table-cell-right {
text-align: right;
}
td.table-cell-center, th.table-cell-center {
text-align: center;
}
td.table-cell-none, th.table-cell-none {
}
td, th {
vertical-align: top;
padding-left: 0.5em;
padding-top: 0.25em;
padding-bottom: 0.25em;
}
th {
font-weight: bold;
border-bottom: 1px solid black;
}
tr:nth-child(even) {
background-color: #f2f2f2;
}