﻿.jasm-countdown div {
    display: inline-block;
}
.jasm-countdown div span:first-child {
    height: 64px;
    font-family: Lato, "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 4em;
    line-height: 64px;
}
.jasm-countdown div span:last-child {
    height: 20px;
    font-family: Lato, "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 20px;
}
.jasm-countdown div span {
    width: 150px;
    display: block;
}
