body {
    font-family:'Open Sans', sans-serif;
    font-size: 14px;
  /*  color:  #262626;*/
}
.wrapper {
    position: relative;
    padding-top: 2em;
}
.pointer {
    position: absolute;
    height: 100%;
    border-left: 2px solid red;
    z-index:400;
    top: 0;
    transition: left 1s ease-in-out;
}
.pointer span {
    background: red;
    color: white;
    font-size: 0.8em;
    font-weight: bold;
    padding: 4px 6px;
    margin-left: -2px;
}
.bar {
    display: flex;
    flex-wrap: nowrap;
}
h2 {
    font-size: 1em;
    font-weight: bold;
    width: 100%;
    margin: 0.25em 0;
    color: #AAA;
}
.bar > div {
    box-sizing: border-box;
    padding: 0.5em;
    font-size: 0.8em;
    position: relative;
    font-weight: bold;
    float: left;
}
.bar > div > span {
    display: inline-block;
    padding: 0px 0 2px 0;
    margin: 2px;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bar > div > strong {
 display: block;   
}