/***BEGIN Timeline.css***/
.timeline-panel .t-content {
  user-select: text !important; }

.timeline-panel .bolt-dialog-callout-content {
  width: 1000px; }

.timeline-panel .timeline-content {
  flex-direction: column; }

.timeline-panel .pre {
  white-space: pre; }

.timeline-panel .mute {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }

.timeline-panel .json-data {
  width: 300px;
  height: 400px; }

.timeline-panel .code {
  min-height: 400px; }

.search-area {
  margin-top: 50px; }

.space {
  height: 10px; }
/***END Timeline.css***/

/***BEGIN Launch.css***/
.build-diag-launcher {
  background-color: rgba(0, 0, 0, 0.06);
  background-color: var(--palette-black-alpha-6,rgba(0, 0, 0, 0.06)); }
/***END Launch.css***/

