/*----------------------------------------------------*/
/*TIME Bookmark Stylesheet developped by rogi073.
/*Here Only the Timeline Interface style is defined.
/*----------------------------------------------------*/
.my_timeline-event-bubble-title {
 font-size:small;
 font-weight: bold;
 border-bottom: 1px solid #cc0033;
 margin-bottom: 0.5em;
 display: none;
}

.my_timeline-event-bubble-body {
 font-size:small;
 font-weight:lighter;
 line-height:110%;
 word-break:break-all;
 overflow:auto;
}

.my_timeline-event-bubble-wiki {
    margin:     0.5em;
    text-align: right;
    color:      #A0A040;
}
.my_timeline-event-bubble-wiki a {
    color:      #A0A040;
}

.my_timeline-event-bubble-time {
 display:none;
}

.my_timeline-event-bubble-image {
 float: right;
 padding-left: 5px;
 padding-bottom: 5px;
 height:75px;
 width:auto;
}.my_timeline-container {
    position: relative;
    overflow: hidden;
}
