.nscountdown{
    margin-top:44px;
    margin-bottom:44px;
}
.nscountdown table{
    width:100%;
}

.nscountdown table td{ 
    text-align: center;
}
/* COUNTER */
.nscountdown table thead td{
    padding-top: 33px;
    padding-bottom: 28px;
    font-size: 62pt;
    color:red;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    
}
/* HOURS MINUTES AND SECONDS*/
.nscountdown table tbody td{      
    text-transform: uppercase;
    font-family: "Arial", sans-serif;
    padding-bottom:30px;
}
/* TEXT */
.nscountdown table tfoot td{      
    font-size: 24pt;
    color:red;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    
}