﻿
.spcCountdownContainer
{
    /*border: 1px green dashed;*/
    font-family: Roboto, sans-serif;
    color: #333;
    text-align: center;
    display: inline-block;
    height: 70px;
    margin-bottom: 1px;
}

.spcCountdownContainer li
{
    display: inline-block;
    font-size: 12px;
    list-style-type: none;
    list-style-position: inside;
    padding: 5px 9px;
    text-transform: uppercase;
    margin-top: -11px;
    text-align: center;
}

    .spcCountdownContainer li span
    {
        display: block;
        font-size: 44px;
        font-weight: bold;
        color: #116600;
        -webkit-text-fill-color: #FFF;
        -webkit-text-stroke: 2px #116600;
    }

    .spcCountdownContainer li:first-child
    {
        margin-left: -34px;
    }
    .spcCountdownContainer li:last-child
    {
        margin-right: 6px;
    }
#spcCountdownMsg
{
    display: none;
}

.spcCountdown-text
{
    text-align: center;
    margin-top: 4px;
    /*border: 1px red solid;*/
}

    .spcCountdown-text p
    {
        text-align: center;
        font-size: 22px;
    }
.spcCountdown-info
{
    font-size: 18px !important;
    font-weight: bold;
    color: #116600;
}
/* Mobile devices */
@media only screen and (max-width : 480px) and (orientation: portrait)
{
    .spcCountdownContainer li span
    {
        font-size: 24px;
    }
    .spcCountdownContainer li:first-child
    {
        margin-left: -44px;
    }
}
@media only screen and (max-width : 300px) and (orientation: portrait)
{
    .pic-cell
    {
        display: none;
    }
    .spcCountdown-text p
    {
        margin-top: 1px;
        margin-bottom: 1px;
    }
}
