/*Algemeen widget start*/
.widget_box_holder {
    width: 90%;
	margin:auto;
	margin-top:5%;
	margin-bottom:5%;
	padding:0 1.5% 2% 1.5%;
	display:block;
	background-color:#FFFFFF;
	-moz-box-shadow: 0 0 2px 1px #e7e7e7;
	-webkit-box-shadow: 0 0 2px 1px #e7e7e7;
	box-shadow: 0 0 2px 1px #e7e7e7;
	overflow: hidden; 
	-webkit-border-radius: 0.5em; 
	-moz-border-radius: 0.5em; 
	border-radius: 0.5em;
    }
.widget_box_single {
    width:98%;
    }
.widget_box_single_title, .widget_box_single_row {
    width:92%;
	margin:auto;
	margin-top:0.2em;
	margin-bottom:0.15em;
	border-bottom:#e7e7e7 solid thin;
	overflow:hidden;
	}
.widget_box_single_title {
	height:1.2em;
	}
.widget_box_single_title a {
	font-size:0.9em;
	text-decoration:overline;
	}
.widget_box_single_row {
	height:flex;
	min-height:2.2em;
	}	
/*Algemeen widget end*/
/*calendar widget staat bij calendar.css*/
/*clock analog widget start*/
/*clock analog widget end*/
/*clock digital widget start*/
#widget_live_digital_clock {
    font-family:'Open Sans',sans-serif;
	overflow:hidden;
	text-align:center;
	font-size:3em;
	margin: 0.2em auto 0.2em auto;
	text-shadow: 0px 2px 3px #666;
    }
/*clock digital widget end*/
/*image widget start*/
.widget_image_box_duo, .widget_image_box_triple, .widget_image_box_quatro {
	float:left;
	display:block;
	margin-top:1.5%;
    }
.widget_image_box_duo {
    width:50%;
    }
.widget_image_box_triple {
    width:33.333333%;
    }
.widget_image_box_quatro {
    width:25%;
	height:55px;
    }
.widget_image_box_quatro #widget_image_box_quatro_img {
    height:55px;
	width:100px;
    }
.widget_image_box_duo a img, .widget_image_box_triple a img, .widget_image_box_quatro a img  {
    max-width:96%;
	margin:auto;
	display:block;
    }
/*image widget end*/
/*stats widget start*/
.widget_stats_title, .widget_stats_data {
    font-size:0.85em;
	display:block;
	float:left;
	width:50%;
    }
.widget_stats_title {
    }
.widget_stats_data {
    }
/*stats widget end*/
/*text widget start*/
.widget_text_box_title a, .widget_text_box_title p {
	text-decoration:none;
	}
.widget_text_box_title a {
	font-size:0.85em;
	font-weight:500;
	color:#009933;
	}
.widget_text_box_title p {
	font-size:0.75em;
	color:#000000;
	}
/*text widget end*/
/*weather widget start*/
#widget_weather_place {
    margin: 7px auto auto auto;
	display:block;
	color:#666666;
    }
#widget-frame {
	margin: 5px auto auto auto;
	display:block;
	}
/*weather widget end*/
