﻿.timeline-container {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 5px;
}

    .timeline-container > div {
        display: table-row;
    }

    .timeline-container .timeline {
        display: table-cell;
        width: 100%;
        height: 100%;
    }

    .timeline-container .timeline-right {
        display: table-cell;
        white-space: nowrap;
        padding-left: 10px;
        text-align: right;
        vertical-align: middle;
    }

        .timeline-container .timeline-right.timeline-right-uptime {
            min-width: 70px;
        }

        .timeline-container .timeline-right .timeline-icon {
            padding-left: 5px;
        }

.timeline {
    overflow: hidden;
    vertical-align: middle;
}

    .timeline .timeline-subcontainer {
        height: 100%;
        width: 100%;
    }

.timeline-group-item-caption {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.timeline-group-item-caption-comment {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

tr.timelines-group td {
    max-width: 0;
}
