
#TimelineControlPanel {
    border: solid black;
}

#AlertsContainer {
    border: 2px solid black;
    position: relative;
}

#SelectedAlertContent {
    border: 1px solid black;
    text-wrap: balance;
    max-height: calc(1.2em * 5); /* 1.2em is the line height, 5 is the number of lines */
    overflow: auto;
}

.AlertTimelineMenu, .TimelineMenu {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    z-index: 9999;
}

#GraphHome {
    display: none;
}

#TimelineHome {
    display: none;
}

#TimelineContainer {
    position: relative;
}
