#clockdiv {
    font-family: sans-serif;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

/*
#clockdiv > div{
	border-radius: 3px;
	display: inline-block;
}
*/

#clockdiv div > span {
    border-radius: 3px;
    display: inline-block;
}

.circle-border {
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 80px;
    display: inline-block;
    padding: 10px;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

.days,
.hours,
.minutes,
.seconds {
    font-size: 42px;
    font-weight: 500;
    margin-top: 10px;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

/*
@media only screen and (max-width: 1480px) {
    .circle-border {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .circle-border {
        width: 110px;
        height: 110px;
    }
}*/
