.milestone-years {
	width: 100%;
	height: 60px;
	margin:0px;
	padding:0px;
}
.milestone-years  > li {
	margin:0px;
	padding: 0px;
	display: inline;
	float: left;
	width: 7.14%;
	height: 100%;
}
.milestone-years  > li:nth-child(13) {
	/*width: 14.28%;*/
}
.milestone-years  > li > a {
	height: 80px;
	border-width: 1px 0 1px 1px;
	background: #f9f9f9;
	color: #7e7e7e;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    /*border-top: 2px solid black;*/
    text-align: center;
    margin:0px;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
    display: block;
}
.milestone-years  > li > a.active {
	background: #ffffff;
	border-top: 3px solid #3333ff;
	border-bottom: 1px solid #fff;
}
.milestone-years  > li > a:hover {
	text-decoration: none;
	border-top: 2px solid #666666;
}
.milestone-years  > li > a > h3 {
	font-size: 18px;
}
.milestone-tabs {
    width: 4300px;
    height: 700px;
    display: block;
    margin-left: 15px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.milestone-tabs > div {
    height: 700px;
    float: left;
    display: inline;
    padding:15px;
    border-left: 1px solid #afafaf
}
.hide-overflow {
    overflow: hidden !important;
    height: 700px;
    margin:0px;
}
.milestone-tabs > div.year_1995 {
    width: 7%;
}
.milestone-tabs > div.year_1999 {
    width: 5.5%;
}
.milestone-tabs > div.year_2002 {
    width: 5.6%;
}
.milestone-tabs > div.year_2004 {
    width: 7.1%;
}
.milestone-tabs > div.year_2006 {
    width: 9.1%;
}
.milestone-tabs > div.year_2008 {
    width: 7.0%;
}
.milestone-tabs > div.year_2009 {
    width: 6.6%;
}
.milestone-tabs > div.year_2010 {
    width: 6.5%;
}
.milestone-tabs > div.year_2011 {
    width: 7.5%;
}
.milestone-tabs > div.year_2012 {
    width: 7.0%;
}
.milestone-tabs > div.year_2013 {
    width: 7.0%;
}
.milestone-tabs > div.year_2014 {
    width: 7.3%;
}
.milestone-tabs > div.year_2015 {
    width: 9.0%;
}
.milestone-tabs > div.year_2016 {
    width: 7.8%;
}
.milestone-tabs div h3 {
    color: #7e7e7e;
    font-size: 23px;
}
.milestone-tabs div h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
}
.milestone-tabs div p {
    margin-top: 20px;
    color: #555;
}