*, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 36px;
    margin-top:60px;
    margin-bottom:100px;
}

h3 {
    font-weight: 700;
    margin-top:50px;
    border-top:#e8e9eb 1px solid;
    padding-top:50px;
    line-height: 50px;
    font-size: 1.6rem;
}

h4 {
    font-weight: 700;
    margin-top:40px;
}

.menu-centered img {
    margin-bottom:10px;
}

.description {
    line-height: 18px;
    font-size: 0.9rem;
}

.progress {
    border-radius: 0;
    height:36px;
    position: relative;
    background: #e8e9eb;
}

div.progress-meter {
    float: left;
    border-radius:0;
    height:36px;
    text-align: center;
    color:#fff;
}

.time.progress-meter {
    background: #98999b;
}

.empty.progress-meter {
    background:#e8e9eb;
}

.timeline {
    font-size:0.8rem;
    color:#a8a9ab;
    font-weight: 700;
    position: relative;
}

.timeline span {
    display: block;
    position: absolute;
    left:-2px;
}

.times {
    position: relative;
    top:-52px;
    left:-18px;
}

.times_small {
    position: relative;
    height:60px;
}

.first {
    background:#48494b;
    width:36px;
    height:36px;
    border-radius:36px;
    display: block;
    font-size: 0.7rem;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top:0;
    color:#fff;
}

.first_small {
    background:#48494b;
    width:36px;
    height:36px;
    border-radius:36px;
    display: block;
    font-size: 0.7rem;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top:0;
    color:#fff;
    right:30%;
}

.last {
    background:#48494b;
    width:36px;
    height:36px;
    border-radius:36px;
    display: block;
    font-size: 0.7rem;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top:0;
    color:#fff;
}

.last_small {
    background:#48494b;
    width:36px;
    height:36px;
    border-radius:36px;
    display: block;
    font-size: 0.7rem;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top:0;
    color:#fff;
    right:10%;
}

.min_small {
    position: absolute;
    right:31%;
}

.max_small {
    position: absolute;
    right:11%;
}

.desc_small {
    position: relative;
    height:40px;
    font-size: 0.8rem;
    font-weight: 700;
}

.active {
    background:black;
}