
a#a-cntdwn-wrapper {
    text-decoration: none;
    color: #000;
}

#countdown_holder {
    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 */
    width: 300px;
    margin: 0px auto 20px;
    padding: 185px 0 20px;
    max-height: 500px;
    text-align: center;
    font-family: "Gotham A", "Gotham B", "Helvetica", sans-serif;
    background: #f1f1f1 url('https://cdn10.phillymag.com/wp-content/uploads/sites/3/2019/11/longwood-countdown-2019.jpg') no-repeat 0 0;
}

#countdown_holder h2 {
    margin: 0 37px;
    font-size: 20px;
    font-family: "Gotham A", "Gotham B", "Helvetica", sans-serif;
    font-weight: normal;
    line-height: 1.2em;
    background-color: #f1f1f1;
}
#countdown_holder h2 strong {
    font-size: 18px;
    font-weight: 600;
}
#countdown_holder p#days-callout {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: 25px;
    margin-bottom: 25px;
}
#countdown_holder button#tckt-buyer {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 30px;
    color: #fff;
    background-color: #a59c95;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .06em;
    font-weight: bold;
    border: 0;
}
.numbers {
    width: 35px;
    text-align: center;
    font-family: "Gotham A", "Gotham B", "Helvetica", sans-serif;
    font-size: 18px;
    letter-spacing: .06em;
    font-style: normal;   /* options are normal or italic */
    color: #000;       /* 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. */
    width: 35px;
    text-align: center;
    font-family: "Gotham A", "Gotham B", "Helvetica", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #000;       /* change color using the hexadecimal color codes for HTML */
}
.colon {
    padding-top:5px;
}
#table {
    width: 200px;
    height: 48px;
    border-style: none;
    font-family: "Gotham A", "Gotham B", "Helvetica", sans-serif;
    background-color: #fff;
    margin: 0px 0 0px 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 */
}
