.timeline-wrap { 
    position: relative; 
    width: 100%; 
    height: 15px; 
    background: #005296; 
}
.timeline-event {
    position: absolute;
    left: 0; 
    top: 0;
}
.timeline-event-node {
    position: absolute; 
    top: -3px; 
    left: 0px;
    border-radius: 100%; 
    width: 20px; 
    height: 20px; 
    border: 4px solid #fff;
    background: #005296;
    cursor: pointer;
    -webkit-transition: width 0.05s ease-out, height 0.05s ease-out, margin 0.05s ease-out, background 0.05s ease-out;
    -moz-transition: width 0.05s ease-out, height 0.05s ease-out, margin 0.05s ease-out, background 0.05s ease-out;
    transition: width 0.05s ease-out, height 0.05s ease-out, margin 0.05s ease-out, background 0.05s ease-out;
}
.timeline-event-contents {
    display: none;
    margin-left: -20px;
}
.timeline-event.timeline-selected .timeline-event-node, .timeline-event.timeline-selected .timeline-event-node:hover { 
    background: #caa03b;
}
.timeline-event-node:hover { 
    background: #caa03b;
}
.timeline-event-contents {
    overflow-x: visible !important;
    overflow-y: visible !important;
    position: absolute;
    padding: 12px;
    left: 0;
    top: 30px;
    background: #959595;
    font: normal 12px/18px 'Lucida Grande', helvetica, tahoma, sans-serif;
    color: #efefef;
}
.timeline-event-contents:hover {
    background: #caa03b;
}
.timeline-event-contents:hover a {
    color: #005296;
    border-top: 1px solid #dbb353;
}
.timeline-event-contents:hover .timeline-event-arrow {
    display: none;
}
.timeline-event.timeline-bottom .timeline-event-arrow {
    position: absolute;
    display: none;
    content: "";
    left: 0px;
    top: 24px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #959595;
}
.timeline-event.timeline-above .timeline-event-contents { 
    top: -80px;
}
.timeline-event.timeline-above .timeline-event-arrow {
    top: auto;
    bottom: 14px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #caa03b;
    border-bottom: none;
}
.timeline-event-contents .timeline-event-content, .timeline-event-contents .timeline-event-link {
    display: none;
}
/*.timeline-event.timeline-selected .timeline-event-content, .timeline-event.timeline-selected .timeline-event-link {
        display: block;
}*/
.timeline-event-title {
    white-space: nowrap;
    font-family: 'PT Serif', serif;
    text-align: center;
    font-size: 13px;
}
.timeline-event-title span {
    color: #fff;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 17px;
    display: block;
    font-weight: normal;
}
.timeline-event-link {
    display: block;
    text-align: center;
}
.timeline-event-link a {
    color: #e7be5b;
    text-decoration: none;
    font-size: 13px;
    border-top: 1px solid #b4b4b4;
    padding-top: 5px;
    margin-top: 5px;
    display: block;
}
.timeline-event-link a:visited {
    color: #000;
    text-decoration: none;
}
.timeline-event-link a:hover {
    color: #005296;
    text-decoration: underline;
}
.timeline-large-scale, .timeline-small-scale {
    position: absolute;
    left: 0;
    top: -30px;
    font: bold 10px/18px 'Lucida Grande', helvetica, tahoma, sans-serif;
    color: #222;
}
.timeline-dateblock {
    width: 100px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -50px;
    white-space: nowrap;
}
.timeline-dateblock:before {
    display: block;
    content: "";
    position: absolute;
    left: 50px;
    top: 20px;
    width: 1px;
    height: 10px;
    background: #222;
}
.timeline-small-scale .timeline-dateblock:before {
    top: 25px;
    height: 4px;
    background: #777;
}
.timeline-small-scale {
    color: #dfdfdf;
    top: -30px;
}
.timeline-event-content img { float: left; margin: 0 10px 10px 0; width: 100px; }
.timeline-event-content { margin: 20px 0 10px; text-align: center; }