#Countdown {
    width: 150px;
    height: 150px;
}

#Countdown > svg {
    width: 100%;
    display: block;
}
#overdueAccountText {
    color:red
}

#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:940px;
}

#lightbox p {
    text-align:center;
    color:#111;
    margin:20px;
    font-size:12px;
    font-weight:bold;
}

#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:5px;
    left:0;
    width:100%;
    height:100%;
    background:rgba(219,222,235,1.0);
    text-align:center;
    margin-top:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#lightboxTable {
    border-collapse: collapse;
}

#content {
    display: flex;
    flex-direction: column;
    align-content: center;
    margin: 20px;
    width: 80%;
    background: white;
    border-radius: 3px;
    box-shadow: #BDC0CE 3px 3px 3px;
    padding-bottom: 20px;
}

.countdown_container {
    display: flex;
    flex-dirextion: row;
    justify-content: center;
}