.pdc-loading {
    display: block;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.pdc-daycounter {
    word-wrap: break-word;
    font: normal 13px/20px Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 2em auto;
    position: relative;
}

.pdc-daycounter .tiles {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.pdc-daycounter .tiles>span {
    font: bold 48px 'Droid Sans', Arial, sans-serif;
    text-align: center;    
    color: #685D4E;
    background-color: #FFEEDA;
    background-image: -webkit-linear-gradient(top, #ecd4b6, #FFEEDA, #FFEEDA, #ecd4b6);
    background-image: -moz-linear-gradient(top, #ecd4b6, #FFEEDA, #FFEEDA, #ecd4b6);
    background-image: -ms-linear-gradient(top, #ecd4b6, #FFEEDA, #FFEEDA, #ecd4b6);
    background-image: -o-linear-gradient(top, #ecd4b6, #FFEEDA, #FFEEDA, #ecd4b6);
    border-radius: 3px;
    box-shadow: 0px 0px 12px rgba(157, 157, 157, 0.7);
    margin: 0 7px;
    padding: 18px 0;
    display: inline-block;
    position: relative;
    flex: 1;
}

.pdc-daycounter .labels {
    height: 25px;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    left: 0;
    right: 0;
    bottom: 8px;
    z-index: 1;
}

.pdc-daycounter .labels li {
    font: bold 12px 'Droid Sans', Arial, sans-serif;
    color: #685D4E;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    flex: 1;
}

.pdc-daycounter .title {
    font: bold 15px 'Droid Sans', Arial, sans-serif;
    color: #685D4E;
    text-shadow: 0px 0px 4px #70707059;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    flex: 1;
    padding-bottom: 1em;
}
