
/* DRAW TIMELINE */
@charset "utf-8";
.timeline { width: 95%; margin-top: 25px; }
.timeline ul li { left: -40px; position: relative; list-style: none;/*left: 0;*/ /*list-style:url(../images/liststyle.png);*/
}
.timeline hr { border: 0; outline: 0; margin-top: 15px; margin-bottom: 15px; height: 1px; background-color: #ddd; }
.timeline img { padding: 10px; border: 1px solid none; background-color: none; }
.timeline-link { width: auto; background-image: url(../timeline/tlborder.png); background-position: center top; background-repeat: repeat-y; }
td.timeline-link { padding-left: 0; }
.timeline td:nth-of-type(2) { padding-left: 20px; }
.timeline .timeline-link img { width: 50px; height: auto; padding: 2px; }

@media screen and (max-width:1000px) {
.timeline { width: 100%; margin: auto; }
.timeline td:nth-of-type(2) { width: auto; padding: 30px; background-color: #f2f2f2; }
.timeline td:nth-of-type(2) p { width: 100%; }
.timeline hr { display: none; }
.timeline-link img { }
.timeline img.img-circle,
.timeline img.img-thumb,
.timeline img.img-round,
.timeline img.img-round-ol { margin: auto; padding: 0; text-align: center; }
.timeline table td { width: 100%; }
.timeline table td img { float: left; margin-left: 25px; margin-top: 25px; margin-bottom: 25px; }
.timeline-link { background-position: 40px 0; }
}
