﻿.timeline-container {
    height: 56vh!important;
    width: 99%;
    font-size: 30px;
} 
.timeline-event-label {
     padding-left: 6px !important;
     font-size: 0.8vw!important
 } 
 .timeline-default  img {
     vertical-align: top !important;
     height: 14px !important;
 } 
.timeline-event-bubble-title {
    font-size: 1vw;
    height: 12%;    
    margin-left: 10px;
    border-bottom: 0px!important;
    margin: 10px;
    overflow: auto;
}
.timeline-event-bubble-body {
    height: 38vh;    
    font-size: 0.9vw;
    margin: 10px;
    overflow: auto;
}

.timeline-event-bubble-time {
    vertical-align: bottom;
    height: 5%;   
    margin: 10px;
    font-size: 1vw!important;
    color: #333333!important;
}

 .timeline-event-bubble-body a {
     color: #0060c8!important;
     font-weight: bold!important;
 }
