﻿#countdown {
    background-color: rgba(0,0,0,0.75);
    width: 100%;
}

    #countdown > div {
        padding: 5px;
    }

.numbers {
    padding: 0px;
    text-align: right;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold; /* options are normal, bold, bolder, lighter */
    font-style: italic; /* options are normal or italic */
    color: #fff; /* change color using the hexadecimal color codes for HTML */
    text-shadow: 1pt 1pt 1px rgba(0,0,0,0.8);
}

.title {
    /* the styles below will affect the title next to the numbers, i.e., Days, Hours, etc. */
    padding-right: 5px;
    text-align: left;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold; /* options are normal, bold, bolder, lighter */
    font-style: italic; /* options are normal or italic */
    color: #fff; /* change color using the hexadecimal color codes for HTML */
    text-shadow: 1pt 1pt 1px rgba(0,0,0,0.8);
}
