@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One|Open+Sans:400,700);
.track-progress {
    margin: 0;
    padding: 10px 10px 0 10px;
    background: white;
    height: 80px;
    border-radius: 10px;
    -moz-box-shadow: 0 4px 6px -5px black;
    -webkit-box-shadow: 0 4px 6px -5px black;
    box-shadow: 0 4px 6px -5px black;
}
.track-progress li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    font: 12px/12px Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #63656a;
    border-bottom: 4px #bbb solid;
    line-height: 3em;
    width: 20%;
    float: left;
}
.track-progress li:after {
    content: "\00a0\00a0";
    /*non-breaking space */
}
.track-progress li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
@media (max-width: 800px) {
    .track-progress li {
        font-size: 0.7em;
    }
    .phone-order-status{
        display: inline;
    }
}
.track-progress li span {
    padding-left: 0.75em;
}
@media (max-width: 640px) {
    .track-progress li span {
        display: none;
    }
    .phone-order-status{
        display: inline;
    }
}
.track-progress li.done {
    color: #bbb;
    font-weight: bold;
    border-bottom: 4px #003a70 solid;
}
.track-progress li.done:before {
    content: "";
    background: #003a70;
    height: 1em;
    width: 1em;
    line-height: 1em;
    border: none;
    border-radius: 1em;
}
.track-progress li.todo:before {
    content: "";
    background: white;
    border: 0.25em solid #bbb;
    height: 0.8em;
    width: 0.8em;
    border-radius: 0.8em;
}
.track-progress em {
    display: none;
    font-weight: 700;
    padding-left: 0.75em;
}

.phone-order-status{
    display: none;
}

@media (max-width: 640px) {
    .track-progress em {
        display: inline;
    }
    .phone-order-status{
        display: inline;
    }
}

em {
    display: block;
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    color: white;
}
