/* Countdown Mix Penelope iltelaiodipenelope.it */
body {
    background-color: transparent;
    overflow:hidden;
    padding:0;
    margin: 0;
}
    .countdown-box {
    width: 260px;
    padding: 12px 14px;
    box-sizing: border-box;
    background: linear-gradient(
        to bottom,
        #fffafa,
        #f9e9ed
    );
    border: 1px solid #d6b786;
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(120, 92, 88, 0.15);
}
.countdown-titolo {
    margin-bottom: 8px;
    text-align: center;
    font-family: Georgia, serif;
    font-size: 16px;
    color: #785c58;
   text-shadow:
    0 0 5px rgba(214, 183, 134, 0.9),
    0 0 18px rgba(214, 183, 134, 0.8);
}
#countdown {
    font-family: Georgia, serif;
    font-size: 12px;
    line-height: 1.5;
    color: #916e69;
    font-style: italic;
}
.evento-countdown-giorni {
    font-weight: bold;
}
#countdown div {
    padding: 5px 0;
}
.evento-countdown {
    padding: 5px 0;
}
.evento-oggi {
    padding: 6px 0;
    font-weight: bold;
    text-shadow: 0 0 6px rgba(214, 183, 134, 0.8);
}
.telaio {
    margin-top: 8px;
    text-align: center;
    font-family: Georgia, serif;
    font-size: 11px;
    color: #a98b87;
}