.result {
/*    background: #C7E8EB;     change the background color using the hexadecimal color codes for HTML */
/*    padding: 2px 0px;*/
    height: 20px;
    width: 102px;
    text-align: center; 
    text-shadow: 0 0 4px #F5F5F5, 0 0 4px #F5F5F5, 0 0 4px #F5F5F5, 0 0 4px #F5F5F5;
    font-family: Arial; 
    font-size: 28px;
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
    font-style: normal;   /* options are normal or italic */
    color: #3F3F3F;       /* change color using the hexadecimal color codes for HTML */
}
.numbers {
    border-style: ridge;    /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    border-width: 2px;
    border-color: #666666;  /* change the border color using the hexadecimal color codes for HTML */
    border-radius: 5px 5px 5px 5px;
    background: #F0D6A5;    /* change the background color using the hexadecimal color codes for HTML */
/*    background: #1C719E;     change the background color using the hexadecimal color codes for HTML */
    padding: 2px 0px;
    width: 55px;
    text-align: center; 
    text-shadow: 0 0 4px #F5F5F5, 0 0 4px #F5F5F5, 0 0 4px #F5F5F5, 0 0 4px #F5F5F5;
    font-family: Arial; 
    font-size: 28px;
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
    font-style: normal;   /* options are normal or italic */
    color: #3F3F3F;       /* change color using the hexadecimal color codes for HTML */
}
.title {    /* the styles below will affect the title under the numbers, i.e., “Days”, “Hours”, etc. */
    border: none;
/*    border: 1px solid black;*/
    margin-top: -2px;
    padding: 0px;
    width: 55px;
    text-align: center; 
    font-family: Arial; 
    font-size: 11px; 
    font-weight: bold;  /* options are normal, bold, bolder, lighter */
    color: #222222;       /* change color using the hexadecimal color codes for HTML */
    background: transparent;    /* change the background color using the hexadecimal color codes for HTML */
}
.podname {    /* the styles below will affect the title under the numbers, i.e., “Days”, “Hours”, etc. */
    border: none;
/*    border: 1px solid black;*/
    margin-top: -5px;
    padding: 0px;
/*    width: 100px;*/
    text-align: center; 
    font-family: Arial; 
    font-size: 24px; 
    font-weight: bold;  /* options are normal, bold, bolder, lighter */
    color: #222222;       /* change color using the hexadecimal color codes for HTML */
    background: transparent;    /* change the background color using the hexadecimal color codes for HTML */
}
#table {
/*    width: 335px;*/
    border: none;    /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    margin: 40px auto 50px;
    position: relative;    /* leave as "relative" to keep timer centered on your page, or change to "absolute" then change the values of the "top" and "left" properties to position the timer */
    top: 0px;        /* change to position the timer */
    left: 0px;        /* change to position the timer; delete this property and it's value to keep timer centered on page */
}
