
.timer-frag {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
    direction: ltr;
    background: whitesmoke;
    border: 1px solid grey;
    box-shadow: 0px 1px 2px;
}

    .timer-frag li {
        display: inline-block;
    }

        .timer-frag li span {
            font-size: 30px;
            font-weight: 300;
            line-height: 80px;
        }

        .timer-frag li.seperator {
            font-size: 30px;
            line-height: 70px;
            vertical-align: top;
        }

        .timer-frag li p {
            color: #a7abb1;
            font-size: 15px;
            font-family:Tahoma;
        }
