.vintage-tophtml, 
.vintage-bothtml { 
    margin: 0 auto; 
    padding: 0; 
    text-align: center; 
    font-size: 12px; 
    clear: both; 
}
.vintage-dashboard { 
    width: 100%; 
    margin: 0 auto; 
    padding: 12px 0 10px 0; 
    text-align: center; 
}
.vintage-dash {	
    width: 17%; 
    min-width: 23px; 
    height: 6em; 
    display: inline-block; 
    vertical-align: top; 
    margin-left: 1%; 
    margin-right: auto; 
    position: relative; 
    color: #fff; 
    text-align: center;
    white-space: nowrap; 
}
.vintage-tripdash { 
    width: 18%;	
    min-width: 40px; 
    max-width: 90px; 
    height: 48px;
    display: inline-block; 
    vertical-align: top; 
    margin-left: 1%; 
    margin-right: auto; 
    position: relative; 
    color: #fff; 
    text-align: center; 
    white-space: nowrap; 
}
.vintage-weeks_trip_dash{ 
    clear: both; 
    margin-left: 13%; 
    display: block !important; 
}
.vintage-digit { 
    font-size: 2.5em; 
    line-height: 1.5em; 
    display: inline-block; 
    vertical-align: top; 
    width: 1em; 
    height: 1.5em; 
    position: relative; 
    margin-top: 4px; 
    margin-left: 0; 
    margin-right: -2px; 
    border-radius: 5px; 
    background: #faf9f6; 
    color: rgb(49, 49, 49); 
    text-shadow: 0 1px 0 #fff; 
    border-bottom: 1px solid #c6c6c6;
}

.vintage-dash {	
    height: 5em; 
}

.vintage-tripdash .vintage-digit { 
    margin-right: 0 !important;
}
.vintage-dash_title { 
    display: block; 
    position: absolute; 
    width: 100%; 
    color: #999; 
    text-align: center;	
    font-size: 0.8em; 
    height: 2em; 
    margin: 0px; 
    bottom: -1em;
    white-space: nowrap; 
    overflow: hidden;}

@media screen and (max-width: 650px) {
    .vintage-digit { 
        font-size: 2em; 
    }
}

@media screen and (max-width: 480px) {
    .vintage-digit { 
        width: 1em; 
        font-size: 1.5em; 
    }
    .vintage-dash { 
        height: 4em; 
    }
 }