#timeline {
    width: 1140px;
    overflow: hidden;
    position: relative;
}
#dates {
    padding-top: 25px;
    /*width: 1140px !important;*/
    overflow: hidden;
}
#dates:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    border: 1px dashed #cbcbcb;
    z-index: 5;
}
#dates > li {
    /*margin: 0 15px;*/
    list-style: none;
    float: left;
    position: relative;
    z-index: 10;
    /*width: 70px;
    height: 50px;
    background: #fff;
    border: 1px solid #f1f5f3;
    border-radius: 50%;
    text-align: center;*/
}
#dates a {
    position: relative;
    margin-right: 20px;
    display: block;
    line-height: 50px;
    color: #898989;
    font-weight: bold;
    width: 70px;
    height: 50px;
    background: #fff;
    border: 1px solid #f1f5f3;
    border-radius: 50%;
    text-align: center;
}
#dates a.selected {border: 1px solid #489845;}
#dates a.selected:before {
    position: absolute;
    content: '';
    top: 1px;
    left: 53%;
    width: 20px;
    height: 20px;
    z-index: 2;
    border-radius: 35%;
    transform: translate(-50%, -30%) rotate(45deg);
    background: #489845;
}
#dates a span {
    z-index: 10;
    position: relative;
    /*margin-right: 20px;*/
    display: block;
    line-height: 50px;
    /*color: #898989;*/
    /*font-weight: bold;*/
    width: 100%;
    height: 48px;
    background: #fff;
    /*border: 1px solid #f1f5f3;*/
    border-radius: 50%;
    text-align: center;
}
#dates > li:last-child a {margin-right: 0px;}
#issues {
    width: 1140px;
    overflow: hidden;
}
#issues li {
    width: 1140px;
    list-style: none;
    float: left;
}
#grad_left,
#grad_right { display: none; }
#next,
#prev {
    position: absolute;
    top: 25px;
    width: 70px;
    height: 50px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    z-index: 10;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    color: #898989;
    font-weight: bold;

}
#next { right: 0; }
#prev { left: 0; }
#next.disabled,
#prev.disabled {
    opacity: 0.2;
}

@media all and (min-width: 300px) and (max-width: 450px) {
    #timeline {width: 280px;margin: 0 auto;}
    #issues {width: 280px;}
    #issues li {width: 280px;}
}
@media all and (min-width: 451px) and (max-width: 700px) {
    #timeline {width: 400px;margin: 0 auto;}
    #issues {width: 400px;}
    #issues li {width: 400px;}
}
@media all and (min-width: 701px) and (max-width: 991px) {
    #timeline {width: 600px;margin: 0 auto;}
    #issues {width: 600px;}
    #issues li {width: 600px;}
}
@media all and (min-width: 992px) and (max-width: 1200px) {
    #timeline {width: 940px;}
    #issues {width: 940px;}
    #issues li {width: 940px;}
}
@media all and (min-width: 1201px) {
    #timeline {width: 1140px;}
    #issues {width: 1140px;}
    #issues li {width: 1140px;}
}