div.graph {
/* white-space: nowrap; */
}
table.anchorColumn {
display: inline-table;
text-align: center;
border-collapse: collapse;
border-spacing: 0px;
padding: 0px;
}
table.anchorColumn, table.anchorColumn td, table.anchorColumn div.layerRow, table.anchorColumn div.annotation {
padding: 0px;
white-space: nowrap;
}
td.endingColumn {
text-align: right;
vertical-align: bottom;
}
td.endingColumn {
text-align: center;
vertical-align: bottom;
}
td.startingColumn {
text-align: left;
vertical-align: bottom;
}
div.layerRow {
width: 100%;
display: table-row;
}
div.annotation {
width: 100%;
}
div.tag {
display: inline;
}
div.tag::before {
}
div.tag::after {
}
div.vertical {
-ms-transform: rotate(-90deg); /* IE 9 */
-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
-moz-transform: rotate(-90deg); /* Chrome, Safari, Opera */
transform: rotate(-90deg);
position: absolute;
text-align: center;
}
div.offset {
position: relative;
top: -20px;
left: -10px;
text-align: center;
color: silver;
text-align: center;
}
td.offset {
padding-bottom: 30px;
}
td.anchor {
text-align: center;
color: silver;
}
td.timeline {
border-top: silver dashed 1px;
}
div.starting {
border-top: black solid 1px;
border-left: black solid 1px;
border-top-left-radius: 8px;
}
div.instant {
border-top: black dashed 1px;
}
div.ongoing {
border-top: black solid 1px;
}
div.not_ongoing {
border-top: white solid 1px;
}
div.ending {
border-top: black solid 1px;
border-right: black solid 1px;
border-top-right-radius: 8px;
}
div.confidence_100 {
text-decoration: underline;
}
div.confidence_10 {
font-style: italic;
}