#chrono-table{
margin-top: 54px;
line-height: 43px;
}
#chrono-table .interval {
margin-bottom: 5px;
overflow: hidden;
}
#chrono-table .decades {
color: $medium-grey;
font-size: 13px;
}
#chrono-table ul {
margin: 0px;
padding: 0px;
font-size: 0px;
display: inline-block;
float: right;
}
#chrono-table li {
width: 43px;
height: 43px;
text-align: center;
vertical-align: middle;
display: inline-block;
margin: 0px 0px 0px 5px;
cursor: pointer;
background-color: $light-blue;
color: $medium-blue;
font-size: 12px;
box-sizing: border-box;
}
#chrono-table li.highlighted {
color: $light-white;
background-color: $medium-blue;
}