.hs-milestones-wrapper  {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-width: thin;
	border-style: solid;
}
.hs-milestones-header {
    background-color: #043d99;
    color: #ffffff;
    line-height: 1.3;
    margin: 0;
    padding: .8em;
    text-align:center;
}
.hs-milestone-header {
    background-color: #333333;
    color: #ffffff;
    line-height: 1.3;
    margin: 0;
    padding: .8em;
    text-align:center;
}
.hs-milestone-block {
    line-height: 2;
    margin-top: 5px;
    max-width: 100%;
    padding: 0;
    text-align: center;
}
.hs-milestones-event {
	font-size: 120%;
}
.hs-milestones-date {
    display: block;
    font-size: 150%;
    height:25px;
}
.hs-milestone-countdown {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top: 0;
    color: #333333;
    padding-bottom: 1em;
}
.hs-milestone-difference {
    display: block;
    font-size: 500%;
    font-weight: bold;
    line-height: 1.2;
}
