.overcml {
    border: 1px solid #e2e2e2;
    padding: 17px;
}
    
#clockdiv{
    color: #222;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 22px;
    width: 100%;
    background: #f7f7f7;
    font-family: "Open Sans","Cabin",Verdana,Arial,sans-serif;
    border: 2px solid #f3f3f3;
    padding: 21px;
}

.days, .hours, .minutes{
    font-weight: bold;
    /* text-decoration: underline; */
    font-size: 22px;
    border-bottom: 2px solid #de5d07;
    padding: 7px 7px 5px 7px;
    background: #FF6600;
    color: #FFF;
    margin: 7px;
}

.nietmissen{
padding: 5px;
    border-radius: 3px;
    /* background: #00BF96; */
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
}

.col-main, .category-bottom {
    width: 100%!important;
    margin: 0px;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}

.introtxt {
    text-align: center;
    font-size: 17px;
    font-family: "Open Sans";"
}
.embed-container {
    height: 130px;
    width: 100%;
    padding-bottom: 0px;
    position: relative;
}
.embed-container iframe {
    min-width: 100%;
    width: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
    
@media screen and (max-width: 500px) {
.embed-container {
    height: 100vh!important;
}    