.dimension-label {
    font-size: 12px;
}

.background path {
    fill: none;
    stroke: #ddd;
    shape-rendering: crispEdges;
}

.foreground path {
    fill: none;
    stroke: steelblue;
}

.brush .extent {
    fill-opacity: .3;
    stroke: #fff;
    shape-rendering: crispEdges;
}

.axis line,
.axis path {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.axis text, text {
    font-size: 10px;
    shape-rendering: crispEdges;
}

.axis text.with-shadow, text.with-shadow {
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
}

.dot {
    stroke: #bf3e11;
    stroke-opacity: 0.75;
    stroke-width: 1.5;
    fill: #dd4814;
    fill-opacity: 0.75;
}

.tick line {
    stroke: lightgrey;
    opacity: 0.7;
    shape-rendering: crispEdges;
}

.divider {
    stroke: darkgrey;
    opacity: 0.7;
    shape-rendering: crispEdges;
}

.event {
    cursor: pointer;
}

div.event-tooltip {
    line-height: 1.5;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
    position: absolute;
    pointer-events: none;
    font-size: 12px;
}

.row-event-view-heading {
    border-bottom: 1px solid #dddddd;
    background-color: #f5f5f5;
    padding-top: 5px;
    padding-bottom: 5px;
}

.event-view-heading {
    padding: 5px;
    margin: 0px;
}

#list-view-events tr:first-child td {
    border-top: none;
}

#list-view-events tr:first-child td {
    border-top: none;
}

.list-view-person {
    background-color: #fbf5f8;
}

.list-view-doc {
    background-color: #fbf8f5;
}

.list-view-vote {
    background-color: #f8f5fb;
}

.list-view-procedural {
    background-color: #f4f0f6;
}

/*
.list-view-person, .list-view-doc, .list-view-vote, .list-view-procedural {
    cursor: pointer;
}
*/
.summary-icon {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-right: 1px;
}

#summary-view-events, #summary-view-events .panel-heading {
    padding: 10px;
}

