#myTimeline { padding:1px 0 0 0;}
.gt-timeline{
	position: relative;
	max-width: 943px;
	border: 0px solid red;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	color: #d8dfea;
	margin:80px auto 30px auto
}
	.gt-timeline div.main_line {
	  	border: none;
	    border-top:3px solid #d8dfea; 
	    clear:both; 
	    height:0; 
	    width: 100%;
	    z-index: 0;
		display:flex; justify-content:space-between; flex-direction:row; align-items:flex-end
	}
	.flex-point { width:100%; display:flex; justify-content:space-between; flex-direction:row; align-items:flex-end}
	.gt-timeline div.event{ width:12px; height:12px; background:#cd1b1b; cursor: pointer; z-index: 2; position:relative; left:-4px; border-radius:50%}
	.point-cir { width:3px; position:relative; top:-8px}
	.gt-timeline div.selected{
		/*border: 2px dashed #999999;*/
	}
	.gt-timeline div.e-message{
		background-color: #666666;
		position: absolute;
		top: 70px;
		color: white; display:none;
	}

		.gt-timeline div.e-message .msg{
			padding: 5px;
			font-size: 14px;
			text-shadow: 0 0 0;
			cursor: pointer;
			z-index: 100;
			position: relative;
		}
			.gt-timeline div.e-message .msg:hover{
				background-color:#d70000;
			}

		.gt-timeline div.e-message .info{
			padding: 5px;
			font-size: 11px;
			text-shadow: 0 0 0;
			cursor: auto;
			z-index: 100;
			position: relative;
			font-weight: bold;
			border-bottom: 1px dashed #999999;
			position: default;
		}

		.gt-timeline div.e-message .message-pointer{
			background: url(../images/img/main_img.png) no-repeat 0 -122px;
			width: 14px;
			height: 18px;
			position: absolute;
			top: -11px;
			z-index: 1;
		}
		.gt-timeline .icon-close{
			background: url(../images/img/main_img.png) no-repeat -3px -227px;
			background-color: #999999;
			width: 14px;
			height: 14px;
			position: absolute;
			top: 5px;
			right: 7px;
			cursor: pointer;
		}
	.gt-timeline div.event:hover{
		background-position: -27px -156px;
	}

	.gt-timeline div.horizontal-line{
		border: 0px; background:#d8dfea; 
	    height:20px;
	    width:3px;
		z-index: 1;
	}

		.gt-timeline .leftend .year{
			position: relative;
			text-align: center;
			top: -30px;
			left: -20px; font-size:16px;
		}
		.gt-timeline .leftend .month{
			position: relative;
			text-align: center;
			top: -32px;
			left: -11px;
		}

	.gt-timeline div.month-line{
		height: 15px;
		border-left: 2px solid #d8dfea;
	}

	.gt-timeline div.even-month{
		top:37px;
	}
		.gt-timeline div.even-month .month{
			position: relative;
			top: -18px;
			left: -10px;
		}

	.gt-timeline div.odd-month{
		top: 41px;
		height: 10px;
		border-left: 1px solid #999999;
	}

	.gt-timeline .year, .gt-timeline .month{
		font-size: 12px;
	}
	.gt-timeline .year{
		font-weight: bold;
	}
