/*Bubble styles*/
#timeline {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #818181;
text-decoration: none;
border: 1px solid #969696;
}

.timeline-band-layer-inner{
    font-size:14px;
}

.timeline-event-bubble-title {
    font-size:12px;
}
.timeline-event-bubble-title a {
    color:#424242;
    text-decoration:none;
}
.timeline-event-bubble-body {
    font-size:12px;
}

.timeline-event-bubble-wiki {

}

.timeline-event-bubble-image {
    margin: 0;
}

.timeline-event-label {
    font-size:11px;
}


.timeline-event-bubble-time {
    font-size:11px;
    padding-top:15px;
}

.timeline-ether-marker-bottom {
    font-size:11px;
} 

.timeline-ether-marker-bottom {
 width:        5em;
 height:       1.5em;
 border-left:  1px solid #aaa;
 padding-left: 2px;
 color:        black;
}
.timeline-ether-marker-bottom-emphasized {
 width:        5em;
 height:       2em;
 border-left:  1px solid #aaa;
 padding-left: 2px;
 color:        black;
 font-size:    120%;
 font-weight:  bold;
}

